[][src]Struct syntax::ext::expand::ExpansionConfig

pub struct ExpansionConfig<'feat> {
    pub crate_name: String,
    pub features: Option<&'feat Features>,
    pub recursion_limit: usize,
    pub trace_mac: bool,
    pub should_test: bool,
    pub single_step: bool,
    pub keep_macs: bool,
}

Fields

crate_name: Stringfeatures: Option<&'feat Features>recursion_limit: usizetrace_mac: boolshould_test: boolsingle_step: boolkeep_macs: bool

Methods

impl<'feat> ExpansionConfig<'feat>[src]

pub fn default(crate_name: String) -> ExpansionConfig<'static>[src]

Auto Trait Implementations

impl<'feat> Unpin for ExpansionConfig<'feat>

impl<'feat> !Sync for ExpansionConfig<'feat>

impl<'feat> !Send for ExpansionConfig<'feat>

impl<'feat> UnwindSafe for ExpansionConfig<'feat>

impl<'feat> RefUnwindSafe for ExpansionConfig<'feat>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T[src]

impl<E> SpecializationError for E[src]