struct NodeDisplayField {
ident: Option<Ident>,
display: DisplayFieldOpts,
}
Fields§
§ident: Option<Ident>
§display: DisplayFieldOpts
Trait Implementations§
Source§impl FromField for NodeDisplayField
impl FromField for NodeDisplayField
fn from_field(__field: &Field) -> Result<Self>
Auto Trait Implementations§
impl Freeze for NodeDisplayField
impl RefUnwindSafe for NodeDisplayField
impl !Send for NodeDisplayField
impl !Sync for NodeDisplayField
impl Unpin for NodeDisplayField
impl UnwindSafe for NodeDisplayField
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