pub enum PathPart {
Id(u64),
Global((Option<u64>, Option<u64>)),
}Variants§
Trait Implementations§
Source§impl Ord for PathPart
impl Ord for PathPart
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 PathPart
impl PartialOrd for PathPart
impl Copy for PathPart
impl Eq for PathPart
impl StructuralPartialEq for PathPart
Auto Trait Implementations§
impl Freeze for PathPart
impl RefUnwindSafe for PathPart
impl Send for PathPart
impl Sync for PathPart
impl Unpin for PathPart
impl UnsafeUnpin for PathPart
impl UnwindSafe for PathPart
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