pub struct Args {
    pub(crate) world: PolyWorld,
    pub(crate) all: bool,
    pub(crate) reset: bool,
    pub(crate) no_tui: bool,
}Expand description
A struct to store the parse results.
Fields§
§world: PolyWorld§all: bool§reset: bool§no_tui: boolImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Args
impl !Send for Args
impl !Sync for Args
impl Unpin for Args
impl !UnwindSafe for Args
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