pub struct LocatorId(/* private fields */);Expand description
Stable identity of one access route to a resource.
Implementations§
Trait Implementations§
impl Copy for LocatorId
impl Eq for LocatorId
Source§impl Ord for LocatorId
impl Ord for LocatorId
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 LocatorId
impl PartialOrd for LocatorId
impl StructuralPartialEq for LocatorId
Auto Trait Implementations§
impl Freeze for LocatorId
impl RefUnwindSafe for LocatorId
impl Send for LocatorId
impl Sync for LocatorId
impl Unpin for LocatorId
impl UnsafeUnpin for LocatorId
impl UnwindSafe for LocatorId
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