Struct iroh_blobs::rpc::client::blobs::DownloadOutcome
source · pub struct DownloadOutcome {
pub local_size: u64,
pub downloaded_size: u64,
pub stats: Stats,
}
Available on crate feature
rpc
only.Expand description
Outcome of a blob download operation.
Fields§
§local_size: u64
The size of the data we already had locally
downloaded_size: u64
The size of the data we downloaded from the network
stats: Stats
Statistics about the download
Trait Implementations§
source§impl Clone for DownloadOutcome
impl Clone for DownloadOutcome
source§fn clone(&self) -> DownloadOutcome
fn clone(&self) -> DownloadOutcome
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 moreAuto Trait Implementations§
impl Freeze for DownloadOutcome
impl RefUnwindSafe for DownloadOutcome
impl Send for DownloadOutcome
impl Sync for DownloadOutcome
impl Unpin for DownloadOutcome
impl UnwindSafe for DownloadOutcome
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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