pub struct NodeWhere { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeWhere
impl RefUnwindSafe for NodeWhere
impl Send for NodeWhere
impl Sync for NodeWhere
impl Unpin for NodeWhere
impl UnwindSafe for NodeWhere
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