Struct type_dispatch::derive::DeriveInputReceiver
source · pub struct DeriveInputReceiver { /* private fields */ }
Expand description
A receiver for parsing derive macro inputs.
Trait Implementations§
source§impl Debug for DeriveInputReceiver
impl Debug for DeriveInputReceiver
source§impl FromDeriveInput for DeriveInputReceiver
impl FromDeriveInput for DeriveInputReceiver
source§fn from_derive_input(__di: &DeriveInput) -> Result<Self>
fn from_derive_input(__di: &DeriveInput) -> Result<Self>
Create an instance from
syn::DeriveInput
, or return an error.Auto Trait Implementations§
impl RefUnwindSafe for DeriveInputReceiver
impl !Send for DeriveInputReceiver
impl !Sync for DeriveInputReceiver
impl Unpin for DeriveInputReceiver
impl UnwindSafe for DeriveInputReceiver
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