pub struct DumpResult {
pub serialized_value: Vec<u8>,
}
Expand description
Result for the dump
command.
Fields§
§serialized_value: Vec<u8>
Trait Implementations§
Source§impl FromValue for DumpResult
impl FromValue for DumpResult
Auto Trait Implementations§
impl Freeze for DumpResult
impl RefUnwindSafe for DumpResult
impl Send for DumpResult
impl Sync for DumpResult
impl Unpin for DumpResult
impl UnwindSafe for DumpResult
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