pub struct StorageId { /* private fields */ }
Expand description
Storage ID.
Implementations§
Trait Implementations§
Source§impl Ord for StorageId
impl Ord for StorageId
Source§impl PartialOrd for StorageId
impl PartialOrd for StorageId
impl Copy for StorageId
impl Eq for StorageId
impl StructuralPartialEq for StorageId
Auto Trait Implementations§
impl Freeze for StorageId
impl RefUnwindSafe for StorageId
impl Send for StorageId
impl Sync for StorageId
impl Unpin for StorageId
impl UnwindSafe for StorageId
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