Lines Matching refs:rest
545 // wants these to be structurally pinned. The rest of the fields are the
590 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
611 @fields_munch($($rest)*),
628 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
644 @fields_munch($($rest)*),
661 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
677 @fields_munch($($rest)*),
694 @fields_munch(#[pin] $($rest:tt)*),
709 @fields_munch($($rest)*),
730 @fields_munch($fvis:vis $field:ident $($rest:tt)*),
745 @fields_munch($field $($rest)*),
762 @fields_munch(#[$($attr:tt)*] $($rest:tt)*),
777 @fields_munch($($rest)*),
811 // We put the rest into this const item, because it then will not be accessible to anything
952 @pinned_drop($($rest:tt)*),
956 stringify!($($rest)*),
1075 @munch_fields($ignore:tt $($rest:tt)*),
1085 @munch_fields($($rest)*),
1180 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1203 @munch_fields($($rest)*),
1212 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1234 @munch_fields($($rest)*),
1243 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1266 @munch_fields($($rest)*),
1325 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1331 @munch_fields($($rest)*),
1338 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1344 @munch_fields($($rest)*),