Struct iroh_blobs::rpc::proto::blobs::DownloadResponse    
source · pub struct DownloadResponse(pub DownloadProgress);Available on crate feature 
rpc only.Expand description
Progress response for BlobDownloadRequest
Tuple Fields§
§0: DownloadProgressTrait Implementations§
source§impl Clone for DownloadResponse
 
impl Clone for DownloadResponse
source§fn clone(&self) -> DownloadResponse
 
fn clone(&self) -> DownloadResponse
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 DownloadResponse
 
impl Debug for DownloadResponse
source§impl<'de> Deserialize<'de> for DownloadResponse
 
impl<'de> Deserialize<'de> for DownloadResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<DownloadProgress> for DownloadResponse
 
impl From<DownloadProgress> for DownloadResponse
source§fn from(value: DownloadProgress) -> Self
 
fn from(value: DownloadProgress) -> Self
Converts to this type from the input type.
source§impl From<DownloadResponse> for DownloadProgress
 
impl From<DownloadResponse> for DownloadProgress
source§fn from(value: DownloadResponse) -> Self
 
fn from(value: DownloadResponse) -> Self
Converts to this type from the input type.
source§impl From<DownloadResponse> for Response
 
impl From<DownloadResponse> for Response
source§fn from(value: DownloadResponse) -> Self
 
fn from(value: DownloadResponse) -> Self
Converts to this type from the input type.
source§impl From<DownloadResponse> for Response
 
impl From<DownloadResponse> for Response
source§fn from(value: DownloadResponse) -> Self
 
fn from(value: DownloadResponse) -> Self
Converts to this type from the input type.
source§impl Serialize for DownloadResponse
 
impl Serialize for DownloadResponse
source§impl<'a> TryFrom<&'a Response> for &'a DownloadResponse
 
impl<'a> TryFrom<&'a Response> for &'a DownloadResponse
source§impl<'a> TryFrom<&'a Response> for &'a DownloadResponse
 
impl<'a> TryFrom<&'a Response> for &'a DownloadResponse
source§impl TryFrom<Response> for DownloadResponse
 
impl TryFrom<Response> for DownloadResponse
Auto Trait Implementations§
impl Freeze for DownloadResponse
impl RefUnwindSafe for DownloadResponse
impl Send for DownloadResponse
impl Sync for DownloadResponse
impl Unpin for DownloadResponse
impl UnwindSafe for DownloadResponse
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