pub struct ChecksumOptions {
pub file: String,
pub verbose: bool,
pub json: bool,
pub page_size: Option<u32>,
}Fields§
§file: String§verbose: bool§json: bool§page_size: Option<u32>Auto Trait Implementations§
impl Freeze for ChecksumOptions
impl RefUnwindSafe for ChecksumOptions
impl Send for ChecksumOptions
impl Sync for ChecksumOptions
impl Unpin for ChecksumOptions
impl UnwindSafe for ChecksumOptions
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