Struct mc_downloader::client::DownloadOutput
source · pub struct DownloadOutput {
pub status: u16,
pub file_name: String,
pub file_path: PathBuf,
pub verified: VerifyStatus,
}
Fields§
§status: u16
§file_name: String
§file_path: PathBuf
§verified: VerifyStatus
Trait Implementations§
source§impl Clone for DownloadOutput
impl Clone for DownloadOutput
source§fn clone(&self) -> DownloadOutput
fn clone(&self) -> DownloadOutput
Returns a copy 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 moresource§impl Debug for DownloadOutput
impl Debug for DownloadOutput
source§impl Default for DownloadOutput
impl Default for DownloadOutput
source§fn default() -> DownloadOutput
fn default() -> DownloadOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DownloadOutput
impl Send for DownloadOutput
impl Sync for DownloadOutput
impl Unpin for DownloadOutput
impl UnwindSafe for DownloadOutput
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