pub struct PagesOptions {
pub file: String,
pub page: Option<u64>,
pub verbose: bool,
pub show_empty: bool,
pub list_mode: bool,
pub filter_type: Option<String>,
pub page_size: Option<u32>,
pub json: bool,
}Fields§
§file: String§page: Option<u64>§verbose: bool§show_empty: bool§list_mode: bool§filter_type: Option<String>§page_size: Option<u32>§json: boolAuto Trait Implementations§
impl Freeze for PagesOptions
impl RefUnwindSafe for PagesOptions
impl Send for PagesOptions
impl Sync for PagesOptions
impl Unpin for PagesOptions
impl UnwindSafe for PagesOptions
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