Lines Matching full:rest
552 // wants these to be structurally pinned. The rest of the fields are the
601 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
623 @fields_munch($($rest)*),
641 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
658 @fields_munch($($rest)*),
676 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
693 @fields_munch($($rest)*),
711 @fields_munch(#[pin] $($rest:tt)*),
727 @fields_munch($($rest)*),
749 @fields_munch($fvis:vis $field:ident $($rest:tt)*),
765 @fields_munch($field $($rest)*),
783 @fields_munch(#[$($attr:tt)*] $($rest:tt)*),
799 @fields_munch($($rest)*),
834 // We put the rest into this const item, because it then will not be accessible to anything
976 @pinned_drop($($rest:tt)*),
980 stringify!($($rest)*),
1102 @munch_fields($ignore:tt $($rest:tt)*),
1112 @munch_fields($($rest)*),
1210 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1233 @munch_fields($($rest)*),
1242 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1264 @munch_fields($($rest)*),
1273 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1296 @munch_fields($($rest)*),
1357 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1363 @munch_fields($($rest)*),
1370 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1376 @munch_fields($($rest)*),