pub struct RefID(/* private fields */);
Expand description
Unique identifier for the reference
Implementations§
Trait Implementations§
Source§impl Ord for RefID
impl Ord for RefID
Source§impl PartialOrd for RefID
impl PartialOrd for RefID
impl Copy for RefID
impl Eq 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 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