pub struct RefID(/* private fields */);Expand description
Unique identifier for the reference
Implementations§
Trait Implementations§
impl Copy for RefID
impl Eq for RefID
Source§impl Ord for RefID
impl Ord for RefID
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 RefID
impl PartialOrd for RefID
impl StructuralPartialEq for RefID
Auto Trait Implementations§
impl Freeze for RefID
impl RefUnwindSafe for RefID
impl Send for RefID
impl Sync for RefID
impl Unpin for RefID
impl UnsafeUnpin for RefID
impl UnwindSafe for RefID
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