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