pub struct Rnid(/* private fields */);Expand description
Right-side node identifier with optional bitwise negation.
Right-side nodes can be immediately bit-inverted by using a minus sign before the node identifier. This structure stores both the node identifier and the bit-inversion flag.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rnid
impl RefUnwindSafe for Rnid
impl Send for Rnid
impl Sync for Rnid
impl Unpin for Rnid
impl UnsafeUnpin for Rnid
impl UnwindSafe for Rnid
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