pub struct OutpostId(/* private fields */);Expand description
Deterministic display and selector alias for one registered outpost.
IDs are scoped to a single source registry and are derived from the source path and outpost path. They are not stored; moving an outpost changes its derived ID because the path is part of the outpost identity.
Implementations§
Trait Implementations§
impl Eq for OutpostId
Source§impl Ord for OutpostId
impl Ord for OutpostId
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 OutpostId
impl PartialOrd for OutpostId
impl StructuralPartialEq for OutpostId
Auto Trait Implementations§
impl Freeze for OutpostId
impl RefUnwindSafe for OutpostId
impl Send for OutpostId
impl Sync for OutpostId
impl Unpin for OutpostId
impl UnsafeUnpin for OutpostId
impl UnwindSafe for OutpostId
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