pub struct StoreId(/* private fields */);
Expand description
Identifies a store.
Trait Implementations§
Source§impl Ord for StoreId
impl Ord for StoreId
Source§impl PartialOrd for StoreId
impl PartialOrd for StoreId
impl Copy for StoreId
impl Eq for StoreId
impl StructuralPartialEq for StoreId
Auto Trait Implementations§
impl Freeze for StoreId
impl RefUnwindSafe for StoreId
impl Send for StoreId
impl Sync for StoreId
impl Unpin for StoreId
impl UnwindSafe for StoreId
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