2023-05-22 12:17:52 -05:00
|
|
|
// ignore-tidy-linelength
|
|
|
|
|
2024-07-19 09:50:47 -05:00
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].visibility" \"public\"
|
|
|
|
//@ has "$.index[*][?(@.name=='WithPrimitives')].inner.struct"
|
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.generics.params[0].name" \"\'a\"
|
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.generics.params[0].kind.lifetime.outlives" []
|
2024-08-04 18:44:35 -05:00
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.has_stripped_fields" true
|
2024-07-19 09:50:47 -05:00
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.fields" []
|
2021-01-15 19:34:15 -06:00
|
|
|
pub struct WithPrimitives<'a> {
|
|
|
|
num: u32,
|
|
|
|
s: &'a str,
|
|
|
|
}
|