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 Freeze for DbOps
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