Struct redis_driver::DumpResult
source · Expand description
Result for the dump command.
Fields
serialized_value: Vec<u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DumpResult
impl Send for DumpResult
impl Sync for DumpResult
impl Unpin for DumpResult
impl UnwindSafe for DumpResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more