Enum rustc_expand::base::Annotatable
source · pub enum Annotatable {
}
Variants
Item(P<Item>)
TraitItem(P<AssocItem>)
ImplItem(P<AssocItem>)
ForeignItem(P<ForeignItem>)
Stmt(P<Stmt>)
Expr(P<Expr>)
Arm(Arm)
ExprField(ExprField)
PatField(PatField)
GenericParam(GenericParam)
Param(Param)
FieldDef(FieldDef)
Variant(Variant)
Crate(Crate)
Implementations
sourceimpl Annotatable
impl Annotatable
pub fn span(&self) -> Span
pub fn visit_attrs(&mut self, f: impl FnOnce(&mut AttrVec))
pub fn visit_with<'a, V: Visitor<'a>>(&'a self, visitor: &mut V)
pub fn to_tokens(&self) -> TokenStream
pub fn expect_item(self) -> P<Item>
pub fn expect_trait_item(self) -> P<AssocItem>
pub fn expect_impl_item(self) -> P<AssocItem>
pub fn expect_foreign_item(self) -> P<ForeignItem>
pub fn expect_stmt(self) -> Stmt
pub fn expect_expr(self) -> P<Expr>
pub fn expect_arm(self) -> Arm
pub fn expect_expr_field(self) -> ExprField
pub fn expect_pat_field(self) -> PatField
pub fn expect_generic_param(self) -> GenericParam
pub fn expect_param(self) -> Param
pub fn expect_field_def(self) -> FieldDef
pub fn expect_variant(self) -> Variant
pub fn expect_crate(self) -> Crate
Trait Implementations
sourceimpl Clone for Annotatable
impl Clone for Annotatable
sourcefn clone(&self) -> Annotatable
fn clone(&self) -> Annotatable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl !RefUnwindSafe for Annotatable
impl !Send for Annotatable
impl !Sync for Annotatable
impl Unpin for Annotatable
impl !UnwindSafe for Annotatable
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: 128 bytes
Size for each variant:
Item
: 8 bytesTraitItem
: 8 bytesImplItem
: 8 bytesForeignItem
: 8 bytesStmt
: 8 bytesExpr
: 8 bytesArm
: 48 bytesExprField
: 48 bytesPatField
: 48 bytesGenericParam
: 96 bytesParam
: 40 bytesFieldDef
: 80 bytesVariant
: 120 bytesCrate
: 56 bytes