Struct async_memorydb::DbOps
source · pub struct DbOps {
pub clear: bool,
pub insert: HashMap<SmolStr, Bytes>,
pub delete: Vec<SmolStr>,
}
Fields§
§clear: bool
§insert: HashMap<SmolStr, Bytes>
§delete: Vec<SmolStr>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DbOps
impl Send for DbOps
impl Sync for DbOps
impl Unpin for DbOps
impl UnwindSafe for DbOps
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