pub struct ParsedArguments {
pub operation_with_arguments: OperationWithArguments,
pub path_to_config: PathBuf,
}
Fields§
§operation_with_arguments: OperationWithArguments
§path_to_config: PathBuf
Trait Implementations§
Source§impl TryFrom<ArgMatches> for ParsedArguments
impl TryFrom<ArgMatches> for ParsedArguments
Auto Trait Implementations§
impl Freeze for ParsedArguments
impl RefUnwindSafe for ParsedArguments
impl Send for ParsedArguments
impl Sync for ParsedArguments
impl Unpin for ParsedArguments
impl UnwindSafe for ParsedArguments
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