[−][src]Enum rustc_ap_rustc_expand::base::Annotatable
Variants
ForeignItem(P<ForeignItem>)
Arm(Arm)
Field(Field)
FieldPat(FieldPat)
GenericParam(GenericParam)
Param(Param)
StructField(StructField)
Variant(Variant)
Methods
impl Annotatable
[src]
pub fn span(&self) -> Span
[src]
pub fn visit_with<'a, V: Visitor<'a>>(&'a self, visitor: &mut V)
[src]
pub fn expect_item(self) -> P<Item>
[src]
pub fn map_item_or<F, G>(self, f: F, or: G) -> Annotatable where
F: FnMut(P<Item>) -> P<Item>,
G: FnMut(Annotatable) -> Annotatable,
[src]
F: FnMut(P<Item>) -> P<Item>,
G: FnMut(Annotatable) -> Annotatable,
pub fn expect_trait_item(self) -> P<AssocItem>
[src]
pub fn expect_impl_item(self) -> P<AssocItem>
[src]
pub fn expect_foreign_item(self) -> P<ForeignItem>
[src]
pub fn expect_stmt(self) -> Stmt
[src]
pub fn expect_expr(self) -> P<Expr>
[src]
pub fn expect_arm(self) -> Arm
[src]
pub fn expect_field(self) -> Field
[src]
pub fn expect_field_pattern(self) -> FieldPat
[src]
pub fn expect_generic_param(self) -> GenericParam
[src]
pub fn expect_param(self) -> Param
[src]
pub fn expect_struct_field(self) -> StructField
[src]
pub fn expect_variant(self) -> Variant
[src]
pub fn derive_allowed(&self) -> bool
[src]
Trait Implementations
impl Clone for Annotatable
[src]
fn clone(&self) -> Annotatable
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for Annotatable
[src]
impl HasAttrs for Annotatable
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Annotatable
impl !Send for Annotatable
impl !Sync for Annotatable
impl Unpin for Annotatable
impl !UnwindSafe for Annotatable
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> MaybeResult<T> for T
[src]
type Error = !
fn from(Result<T, <T as MaybeResult<T>>::Error>) -> T
[src]
fn to_result(self) -> Result<T, <T as MaybeResult<T>>::Error>
[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<E> SpecializationError for E
[src]
default fn not_found<S, T>(
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
[src]
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,