pub struct DownloadFinished {
pub resource_name: Option<String>,
pub dataset_name: Option<String>,
pub output_path: PathBuf,
}Fields§
§resource_name: Option<String>§dataset_name: Option<String>§output_path: PathBufTrait Implementations§
Source§impl Clone for DownloadFinished
impl Clone for DownloadFinished
Source§fn clone(&self) -> DownloadFinished
fn clone(&self) -> DownloadFinished
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DownloadFinished
impl RefUnwindSafe for DownloadFinished
impl Send for DownloadFinished
impl Sync for DownloadFinished
impl Unpin for DownloadFinished
impl UnwindSafe for DownloadFinished
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