pub struct EmptyNode;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyNode
impl RefUnwindSafe for EmptyNode
impl Send for EmptyNode
impl Sync for EmptyNode
impl Unpin for EmptyNode
impl UnwindSafe for EmptyNode
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