pub struct MacroArgs {
pub items: Vec<Item>,
}
Fields§
§items: Vec<Item>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacroArgs
impl RefUnwindSafe for MacroArgs
impl !Send for MacroArgs
impl !Sync for MacroArgs
impl Unpin for MacroArgs
impl UnwindSafe for MacroArgs
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