pub enum NoField {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoField
impl RefUnwindSafe for NoField
impl Send for NoField
impl Sync for NoField
impl Unpin for NoField
impl UnwindSafe for NoField
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