Lines Matching full:rest
547 // wants these to be structurally pinned. The rest of the fields are the
596 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
618 @fields_munch($($rest)*),
636 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
653 @fields_munch($($rest)*),
671 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
688 @fields_munch($($rest)*),
706 @fields_munch(#[pin] $($rest:tt)*),
722 @fields_munch($($rest)*),
744 @fields_munch($fvis:vis $field:ident $($rest:tt)*),
760 @fields_munch($field $($rest)*),
778 @fields_munch(#[$($attr:tt)*] $($rest:tt)*),
794 @fields_munch($($rest)*),
829 // We put the rest into this const item, because it then will not be accessible to anything
971 @pinned_drop($($rest:tt)*),
975 stringify!($($rest)*),
1097 @munch_fields($ignore:tt $($rest:tt)*),
1107 @munch_fields($($rest)*),
1205 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1228 @munch_fields($($rest)*),
1237 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1259 @munch_fields($($rest)*),
1268 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1291 @munch_fields($($rest)*),
1352 @munch_fields($field:ident <- $val:expr, $($rest:tt)*),
1358 @munch_fields($($rest)*),
1365 @munch_fields($field:ident $(: $val:expr)?, $($rest:tt)*),
1371 @munch_fields($($rest)*),