Struct iroh_blobs::rpc::proto::blobs::BatchCreateRequest
source · pub struct BatchCreateRequest;
Available on crate feature
rpc
only.Expand description
Request to create a new scope for temp tags
Trait Implementations§
source§impl BidiStreamingMsg<RpcService> for BatchCreateRequest
impl BidiStreamingMsg<RpcService> for BatchCreateRequest
§type Update = BatchUpdate
type Update = BatchUpdate
The type for request updates Read more
§type Response = BatchCreateResponse
type Response = BatchCreateResponse
The type for the response Read more
source§impl Debug for BatchCreateRequest
impl Debug for BatchCreateRequest
source§impl<'de> Deserialize<'de> for BatchCreateRequest
impl<'de> Deserialize<'de> for BatchCreateRequest
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<BatchCreateRequest> for Request
impl From<BatchCreateRequest> for Request
source§fn from(value: BatchCreateRequest) -> Self
fn from(value: BatchCreateRequest) -> Self
Converts to this type from the input type.
source§impl From<BatchCreateRequest> for Request
impl From<BatchCreateRequest> for Request
source§fn from(value: BatchCreateRequest) -> Self
fn from(value: BatchCreateRequest) -> Self
Converts to this type from the input type.
source§impl Msg<RpcService> for BatchCreateRequest
impl Msg<RpcService> for BatchCreateRequest
source§impl Serialize for BatchCreateRequest
impl Serialize for BatchCreateRequest
source§impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest
impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest
source§impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest
impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest
source§impl TryFrom<Request> for BatchCreateRequest
impl TryFrom<Request> for BatchCreateRequest
Auto Trait Implementations§
impl Freeze for BatchCreateRequest
impl RefUnwindSafe for BatchCreateRequest
impl Send for BatchCreateRequest
impl Sync for BatchCreateRequest
impl Unpin for BatchCreateRequest
impl UnwindSafe for BatchCreateRequest
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