pub struct StructField<F, D>where
    F: StructFieldType,
    D: DocReference,{ /* private fields */ }Trait Implementations§
Source§impl<F, D> Debug for StructField<F, D>
 
impl<F, D> Debug for StructField<F, D>
Auto Trait Implementations§
impl<F, D> Freeze for StructField<F, D>where
    F: Freeze,
impl<F, D> RefUnwindSafe for StructField<F, D>where
    F: RefUnwindSafe,
    D: RefUnwindSafe,
impl<F, D> !Send for StructField<F, D>
impl<F, D> !Sync for StructField<F, D>
impl<F, D> Unpin for StructField<F, D>
impl<F, D> UnwindSafe for StructField<F, D>where
    F: UnwindSafe,
    D: UnwindSafe,
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