pub struct TreeRoot(/* private fields */);Implementations§
Trait Implementations§
impl Copy for TreeRoot
impl Eq for TreeRoot
Source§impl Ord for TreeRoot
impl Ord for TreeRoot
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TreeRoot
impl PartialOrd for TreeRoot
impl StructuralPartialEq for TreeRoot
Auto Trait Implementations§
impl Freeze for TreeRoot
impl RefUnwindSafe for TreeRoot
impl Send for TreeRoot
impl Sync for TreeRoot
impl Unpin for TreeRoot
impl UnsafeUnpin for TreeRoot
impl UnwindSafe for TreeRoot
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