Struct bitcasky_database::StorageIds
source · pub struct StorageIds {
pub stable_storage_ids: Vec<StorageId>,
pub writing_storage_id: StorageId,
}Fields§
§stable_storage_ids: Vec<StorageId>§writing_storage_id: StorageIdTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StorageIds
impl Send for StorageIds
impl Sync for StorageIds
impl Unpin for StorageIds
impl UnwindSafe for StorageIds
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