pub struct PutBlob {
pub ticket: BlobTicket,
pub name: String,
}
Expand description
Request that the node fetches the given blob.
Fields§
§ticket: BlobTicket
§name: String
Trait Implementations§
Source§impl Channels<N0desService> for PutBlob
impl Channels<N0desService> for PutBlob
Source§impl<'de> Deserialize<'de> for PutBlob
impl<'de> Deserialize<'de> for PutBlob
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<PutBlob> for N0desProtocol
impl From<PutBlob> for N0desProtocol
Auto Trait Implementations§
impl Freeze for PutBlob
impl RefUnwindSafe for PutBlob
impl Send for PutBlob
impl Sync for PutBlob
impl Unpin for PutBlob
impl UnwindSafe for PutBlob
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