Struct iroh_blobs::rpc::client::blobs::AddOutcome
source · pub struct AddOutcome {
pub hash: Hash,
pub format: BlobFormat,
pub size: u64,
pub tag: Tag,
}
Available on crate feature
rpc
only.Expand description
Outcome of a blob add operation.
Fields§
§hash: Hash
The hash of the blob
format: BlobFormat
The format the blob
size: u64
The size of the blob
tag: Tag
The tag of the blob
Trait Implementations§
source§impl Clone for AddOutcome
impl Clone for AddOutcome
source§fn clone(&self) -> AddOutcome
fn clone(&self) -> AddOutcome
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !Freeze for AddOutcome
impl RefUnwindSafe for AddOutcome
impl Send for AddOutcome
impl Sync for AddOutcome
impl Unpin for AddOutcome
impl UnwindSafe for AddOutcome
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