pub struct ManagedId(/* private fields */);Expand description
A stable managed-object identity assigned from allocation order.
Implementations§
Trait Implementations§
impl Copy for ManagedId
impl Eq for ManagedId
Source§impl Ord for ManagedId
impl Ord for ManagedId
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 ManagedId
impl PartialOrd for ManagedId
impl StructuralPartialEq for ManagedId
Auto Trait Implementations§
impl Freeze for ManagedId
impl RefUnwindSafe for ManagedId
impl Send for ManagedId
impl Sync for ManagedId
impl Unpin for ManagedId
impl UnsafeUnpin for ManagedId
impl UnwindSafe for ManagedId
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