Struct iroh_blobs::rpc::proto::blobs::ExportResponse
source · pub struct ExportResponse(pub ExportProgress);
Available on crate feature
rpc
only.Expand description
Progress response for ExportRequest
Tuple Fields§
§0: ExportProgress
Trait Implementations§
source§impl Clone for ExportResponse
impl Clone for ExportResponse
source§fn clone(&self) -> ExportResponse
fn clone(&self) -> ExportResponse
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 ExportResponse
impl Debug for ExportResponse
source§impl<'de> Deserialize<'de> for ExportResponse
impl<'de> Deserialize<'de> for ExportResponse
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<ExportProgress> for ExportResponse
impl From<ExportProgress> for ExportResponse
source§fn from(value: ExportProgress) -> Self
fn from(value: ExportProgress) -> Self
Converts to this type from the input type.
source§impl From<ExportResponse> for ExportProgress
impl From<ExportResponse> for ExportProgress
source§fn from(value: ExportResponse) -> Self
fn from(value: ExportResponse) -> Self
Converts to this type from the input type.
source§impl From<ExportResponse> for Response
impl From<ExportResponse> for Response
source§fn from(value: ExportResponse) -> Self
fn from(value: ExportResponse) -> Self
Converts to this type from the input type.
source§impl From<ExportResponse> for Response
impl From<ExportResponse> for Response
source§fn from(value: ExportResponse) -> Self
fn from(value: ExportResponse) -> Self
Converts to this type from the input type.
source§impl Serialize for ExportResponse
impl Serialize for ExportResponse
source§impl<'a> TryFrom<&'a Response> for &'a ExportResponse
impl<'a> TryFrom<&'a Response> for &'a ExportResponse
source§impl<'a> TryFrom<&'a Response> for &'a ExportResponse
impl<'a> TryFrom<&'a Response> for &'a ExportResponse
source§impl TryFrom<Response> for ExportResponse
impl TryFrom<Response> for ExportResponse
Auto Trait Implementations§
impl !Freeze for ExportResponse
impl RefUnwindSafe for ExportResponse
impl Send for ExportResponse
impl Sync for ExportResponse
impl Unpin for ExportResponse
impl UnwindSafe for ExportResponse
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