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