Struct git_helpe_rs::cli::ParsedArguments
source · pub struct ParsedArguments {
pub operation_with_arguments: OperationWithArguments,
pub path_to_config: PathBuf,
}
Fields§
§operation_with_arguments: OperationWithArguments
§path_to_config: PathBuf
Trait Implementations§
Auto Trait Implementations§
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