Struct rustc_expand::proc_macro::DeriveProcMacro
source · pub struct DeriveProcMacro {
pub client: Client<TokenStream, TokenStream>,
}
Fields
client: Client<TokenStream, TokenStream>
Trait Implementations
sourceimpl MultiItemModifier for DeriveProcMacro
impl MultiItemModifier for DeriveProcMacro
fn expand(
&self,
ecx: &mut ExtCtxt<'_>,
span: Span,
_meta_item: &MetaItem,
item: Annotatable
) -> ExpandResult<Vec<Annotatable>, Annotatable>
Auto Trait Implementations
impl RefUnwindSafe for DeriveProcMacro
impl Send for DeriveProcMacro
impl Sync for DeriveProcMacro
impl Unpin for DeriveProcMacro
impl UnwindSafe for DeriveProcMacro
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: 16 bytes