pub struct DumpOptions {
pub file: String,
pub page: Option<u64>,
pub offset: Option<u64>,
pub length: Option<usize>,
pub raw: bool,
pub page_size: Option<u32>,
}Fields§
§file: String§page: Option<u64>§offset: Option<u64>§length: Option<usize>§raw: bool§page_size: Option<u32>Auto Trait Implementations§
impl Freeze for DumpOptions
impl RefUnwindSafe for DumpOptions
impl Send for DumpOptions
impl Sync for DumpOptions
impl Unpin for DumpOptions
impl UnwindSafe for DumpOptions
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