pub struct MacroCall {
pub extent: Extent,
pub name: PathedIdent,
pub arg: Option<Ident>,
pub args: MacroCallArgs,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§name: PathedIdent§arg: Option<Ident>§args: MacroCallArgs§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacroCall
impl RefUnwindSafe for MacroCall
impl Send for MacroCall
impl Sync for MacroCall
impl Unpin for MacroCall
impl UnsafeUnpin for MacroCall
impl UnwindSafe for MacroCall
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