pub struct InstId { /* private fields */ }
Expand description
Identifies an instance within a store.
Implementations§
Trait Implementations§
Source§impl Ord for InstId
impl Ord for InstId
Source§impl PartialOrd for InstId
impl PartialOrd for InstId
impl Copy for InstId
impl Eq for InstId
impl StructuralPartialEq for InstId
Auto Trait Implementations§
impl Freeze for InstId
impl RefUnwindSafe for InstId
impl Send for InstId
impl Sync for InstId
impl Unpin for InstId
impl UnwindSafe for InstId
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