pub struct FieldDefn { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldDefn
impl RefUnwindSafe for FieldDefn
impl !Send for FieldDefn
impl !Sync for FieldDefn
impl Unpin for FieldDefn
impl UnwindSafe for FieldDefn
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