pub struct TreeId(/* private fields */);
Trait Implementations§
source§impl ContentHash for TreeId
impl ContentHash for TreeId
source§impl Ord for TreeId
impl Ord for TreeId
source§impl PartialEq for TreeId
impl PartialEq for TreeId
source§impl PartialOrd for TreeId
impl PartialOrd for TreeId
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 TreeId
impl StructuralEq for TreeId
impl StructuralPartialEq for TreeId
Auto Trait Implementations§
impl RefUnwindSafe for TreeId
impl Send for TreeId
impl Sync for TreeId
impl Unpin for TreeId
impl UnwindSafe for TreeId
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