pub struct Args {
pub output_folder: String,
pub output_filename: String,
pub full_path_file: String,
pub url: String,
pub unzip: String,
}Fields§
§output_folder: String§output_filename: String§full_path_file: String§url: String§unzip: StringImplementations§
Source§impl Args
impl Args
pub fn parse_arguments() -> Result<Args, &'static str>
pub fn replace_query_url(&mut self)
pub fn create_dir(&self)
Auto Trait Implementations§
impl Freeze for Args
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