pub enum Annotatable {
}
Variants§
Item(P<Item>)
AssocItem(P<AssocItem>, AssocCtxt)
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§
Source§impl 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) -> V::Result
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§
Source§impl Clone for Annotatable
impl Clone for Annotatable
Source§fn clone(&self) -> Annotatable
fn clone(&self) -> Annotatable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl DynSend for Annotatable
impl DynSync for Annotatable
impl Freeze for Annotatable
impl !RefUnwindSafe for Annotatable
impl !Send for Annotatable
impl !Sync for Annotatable
impl Unpin for Annotatable
impl !UnwindSafe for Annotatable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
Source§impl<I, T> UpcastFrom<I, T> for T
impl<I, T> UpcastFrom<I, T> for T
fn upcast_from(from: T, _tcx: I) -> T
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> ErasedDestructor for Twhere
T: 'static,
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: 112 bytes
Size for each variant:
Item
: 15 bytesAssocItem
: 15 bytesForeignItem
: 15 bytesStmt
: 15 bytesExpr
: 15 bytesArm
: 55 bytesExprField
: 55 bytesPatField
: 55 bytesGenericParam
: 103 bytesParam
: 47 bytesFieldDef
: 87 bytesVariant
: 111 bytesCrate
: 47 bytes