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