Enum iroh_blobs::rpc::proto::blobs::BatchCreateResponse
source · pub enum BatchCreateResponse {
Id(BatchId),
}
Available on crate feature
rpc
only.Expand description
Response to a temp tag scope request
Variants§
Trait Implementations§
source§impl Debug for BatchCreateResponse
impl Debug for BatchCreateResponse
source§impl<'de> Deserialize<'de> for BatchCreateResponse
impl<'de> Deserialize<'de> for BatchCreateResponse
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<BatchCreateResponse> for Response
impl From<BatchCreateResponse> for Response
source§fn from(value: BatchCreateResponse) -> Self
fn from(value: BatchCreateResponse) -> Self
Converts to this type from the input type.
source§impl From<BatchCreateResponse> for Response
impl From<BatchCreateResponse> for Response
source§fn from(value: BatchCreateResponse) -> Self
fn from(value: BatchCreateResponse) -> Self
Converts to this type from the input type.
source§impl Serialize for BatchCreateResponse
impl Serialize for BatchCreateResponse
source§impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse
impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse
source§impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse
impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse
source§impl TryFrom<Response> for BatchCreateResponse
impl TryFrom<Response> for BatchCreateResponse
Auto Trait Implementations§
impl Freeze for BatchCreateResponse
impl RefUnwindSafe for BatchCreateResponse
impl Send for BatchCreateResponse
impl Sync for BatchCreateResponse
impl Unpin for BatchCreateResponse
impl UnwindSafe for BatchCreateResponse
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