pub struct ParseOptions {
pub file: String,
pub page: Option<u64>,
pub verbose: bool,
pub no_empty: bool,
pub page_size: Option<u32>,
pub json: bool,
}Expand description
Options for the parse subcommand.
Fields§
§file: String§page: Option<u64>§verbose: bool§no_empty: bool§page_size: Option<u32>§json: boolAuto Trait Implementations§
impl Freeze for ParseOptions
impl RefUnwindSafe for ParseOptions
impl Send for ParseOptions
impl Sync for ParseOptions
impl Unpin for ParseOptions
impl UnwindSafe for ParseOptions
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