pub struct NodePart(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Ord for NodePart
impl Ord for NodePart
source§impl PartialEq for NodePart
impl PartialEq for NodePart
source§impl PartialOrd for NodePart
impl PartialOrd for NodePart
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for NodePart
impl StructuralPartialEq for NodePart
Auto Trait Implementations§
impl RefUnwindSafe for NodePart
impl Send for NodePart
impl Sync for NodePart
impl Unpin for NodePart
impl UnwindSafe for NodePart
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