pub struct StorageContext { /* private fields */ }Expand description
Shared state for supporting object storage
Implementations§
Trait Implementations§
Source§impl Default for StorageContext
impl Default for StorageContext
Source§fn default() -> StorageContext
fn default() -> StorageContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StorageContext
impl RefUnwindSafe for StorageContext
impl Send for StorageContext
impl Sync for StorageContext
impl Unpin for StorageContext
impl UnwindSafe for StorageContext
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