Enum iroh_blobs::rpc::proto::blobs::BatchAddStreamUpdate    
source · pub enum BatchAddStreamUpdate {
    Chunk(Bytes),
    Abort,
}Available on crate feature 
rpc only.Expand description
Write a blob from a byte stream
Variants§
Trait Implementations§
source§impl Debug for BatchAddStreamUpdate
 
impl Debug for BatchAddStreamUpdate
source§impl<'de> Deserialize<'de> for BatchAddStreamUpdate
 
impl<'de> Deserialize<'de> for BatchAddStreamUpdate
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<BatchAddStreamUpdate> for Request
 
impl From<BatchAddStreamUpdate> for Request
source§fn from(value: BatchAddStreamUpdate) -> Self
 
fn from(value: BatchAddStreamUpdate) -> Self
Converts to this type from the input type.
source§impl From<BatchAddStreamUpdate> for Request
 
impl From<BatchAddStreamUpdate> for Request
source§fn from(value: BatchAddStreamUpdate) -> Self
 
fn from(value: BatchAddStreamUpdate) -> Self
Converts to this type from the input type.
source§impl Serialize for BatchAddStreamUpdate
 
impl Serialize for BatchAddStreamUpdate
source§impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate
 
impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate
source§impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate
 
impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate
source§impl TryFrom<Request> for BatchAddStreamUpdate
 
impl TryFrom<Request> for BatchAddStreamUpdate
Auto Trait Implementations§
impl !Freeze for BatchAddStreamUpdate
impl RefUnwindSafe for BatchAddStreamUpdate
impl Send for BatchAddStreamUpdate
impl Sync for BatchAddStreamUpdate
impl Unpin for BatchAddStreamUpdate
impl UnwindSafe for BatchAddStreamUpdate
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