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