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