pub struct NullView {
pub null: Null,
}Fields§
§null: NullTrait Implementations§
impl Copy for NullView
impl Eq for NullView
impl StructuralPartialEq for NullView
Auto Trait Implementations§
impl Freeze for NullView
impl RefUnwindSafe for NullView
impl Send for NullView
impl Sync for NullView
impl Unpin for NullView
impl UnwindSafe for NullView
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