pub struct ApplicationArguments {
pub is_need_to_show_help: bool,
pub is_need_to_show_progress: bool,
pub is_need_to_show_version: bool,
pub output_type: Option<OutputType>,
pub path: Option<String>,
}Fields§
§is_need_to_show_help: bool§is_need_to_show_progress: bool§is_need_to_show_version: bool§output_type: Option<OutputType>§path: Option<String>Auto Trait Implementations§
impl Freeze for ApplicationArguments
impl RefUnwindSafe for ApplicationArguments
impl Send for ApplicationArguments
impl Sync for ApplicationArguments
impl Unpin for ApplicationArguments
impl UnwindSafe for ApplicationArguments
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