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 Freeze for StorageIds
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