pub struct BlockStorage { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for BlockStorage
impl Default for BlockStorage
Source§fn default() -> BlockStorage
fn default() -> BlockStorage
Returns the “default value” for a type. Read more
Source§impl From<&BlockStorage> for FileDataSnapshot
impl From<&BlockStorage> for FileDataSnapshot
Source§fn from(storage: &BlockStorage) -> Self
fn from(storage: &BlockStorage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BlockStorage
impl RefUnwindSafe for BlockStorage
impl Send for BlockStorage
impl Sync for BlockStorage
impl Unpin for BlockStorage
impl UnsafeUnpin for BlockStorage
impl UnwindSafe for BlockStorage
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