pub enum StorageCommand {
Get(StorageGetRequest),
Put(StoragePutRequest),
}Variants§
Get(StorageGetRequest)
Put(StoragePutRequest)
Auto Trait Implementations§
impl !RefUnwindSafe for StorageCommand
impl !UnwindSafe for StorageCommand
impl Freeze for StorageCommand
impl Send for StorageCommand
impl Sync for StorageCommand
impl Unpin for StorageCommand
impl UnsafeUnpin for StorageCommand
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