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