pub struct LocationTreeNodeKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for LocationTreeNodeKey
impl Debug for LocationTreeNodeKey
impl Eq for LocationTreeNodeKey
Source§impl Ord for LocationTreeNodeKey
impl Ord for LocationTreeNodeKey
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 PartialEq for LocationTreeNodeKey
impl PartialEq for LocationTreeNodeKey
Source§fn eq(&self, other: &LocationTreeNodeKey) -> bool
fn eq(&self, other: &LocationTreeNodeKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LocationTreeNodeKey
impl PartialOrd for LocationTreeNodeKey
impl StructuralPartialEq for LocationTreeNodeKey
Auto Trait Implementations§
impl Freeze for LocationTreeNodeKey
impl RefUnwindSafe for LocationTreeNodeKey
impl Send for LocationTreeNodeKey
impl Sync for LocationTreeNodeKey
impl Unpin for LocationTreeNodeKey
impl UnsafeUnpin for LocationTreeNodeKey
impl UnwindSafe for LocationTreeNodeKey
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