pub struct StorageBatch;
Trait Implementations§
Source§impl Default for StorageBatch
impl Default for StorageBatch
Source§fn default() -> StorageBatch
fn default() -> StorageBatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StorageBatch
impl RefUnwindSafe for StorageBatch
impl Send for StorageBatch
impl Sync for StorageBatch
impl Unpin for StorageBatch
impl UnwindSafe for StorageBatch
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