Struct bonsaidb_local::StorageId
source · pub struct StorageId(/* private fields */);
Expand description
The unique id of a Storage
instance.
Implementations§
Trait Implementations§
source§impl PartialEq for StorageId
impl PartialEq for StorageId
impl Copy for StorageId
impl Eq for StorageId
impl StructuralEq for StorageId
impl StructuralPartialEq for StorageId
Auto Trait Implementations§
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