pub struct MetaList {
pub path: Path,
pub delimiter: MacroDelimiter,
pub tokens: TokenStream,
}Expand description
A structured list within an attribute, like derive(Copy, Clone).
Fields§
§path: Path§delimiter: MacroDelimiter§tokens: TokenStreamTrait Implementations§
Auto Trait Implementations§
impl Freeze for MetaList
impl RefUnwindSafe for MetaList
impl !Send for MetaList
impl !Sync for MetaList
impl Unpin for MetaList
impl UnwindSafe for MetaList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more