Enum rustfmt_nightly::macros::MacroArg
source · pub(crate) enum MacroArg {
Expr(P<Expr>),
Ty(P<Ty>),
Pat(P<Pat>),
Item(P<Item>),
Keyword(Ident, Span),
}
Variants
Expr(P<Expr>)
Ty(P<Ty>)
Pat(P<Pat>)
Item(P<Item>)
Keyword(Ident, Span)
Implementations
Trait Implementations
sourceimpl<'a> IntoOverflowableItem<'a> for MacroArg
impl<'a> IntoOverflowableItem<'a> for MacroArg
fn into_overflowable_item(&'a self) -> OverflowableItem<'a>
Auto Trait Implementations
impl !RefUnwindSafe for MacroArg
impl !Send for MacroArg
impl !Sync for MacroArg
impl Unpin for MacroArg
impl !UnwindSafe for MacroArg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes
Size for each variant:
Expr
: 12 bytesTy
: 12 bytesPat
: 12 bytesItem
: 12 bytesKeyword
: 20 bytes