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