Struct devise_core::Derived [−][src]
pub struct Derived<'p, T: 'p> {
    pub derive_input: &'p DeriveInput,
    pub value: &'p T,
}Fields
derive_input: &'p DeriveInputvalue: &'p TImplementations
Trait Implementations
Auto Trait Implementations
impl<'p, T> !RefUnwindSafe for Derived<'p, T>
impl<'p, T> !UnwindSafe for Derived<'p, T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more