pub(crate) struct NodeDisplayOpts {
ident: Ident,
generics: Generics,
display: NodeDisplay,
}
Fields§
§ident: Ident
§generics: Generics
§display: NodeDisplay
Trait Implementations§
Source§impl FromDeriveInput for NodeDisplayOpts
impl FromDeriveInput for NodeDisplayOpts
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 Freeze for NodeDisplayOpts
impl RefUnwindSafe for NodeDisplayOpts
impl !Send for NodeDisplayOpts
impl !Sync for NodeDisplayOpts
impl Unpin for NodeDisplayOpts
impl UnwindSafe for NodeDisplayOpts
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