2023-05-22 17:17:52 +00:00
|
|
|
// ignore-tidy-linelength
|
|
|
|
|
2024-07-19 14:50:47 +00: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 23:44:35 +00:00
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.has_stripped_fields" true
|
2024-07-19 14:50:47 +00:00
|
|
|
//@ is "$.index[*][?(@.name=='WithPrimitives')].inner.struct.kind.plain.fields" []
|
2021-01-16 01:34:15 +00:00
|
|
|
pub struct WithPrimitives<'a> {
|
|
|
|
num: u32,
|
|
|
|
s: &'a str,
|
|
|
|
}
|