Struct iroh_blobs::rpc::client::blobs::ExportOutcome
source · pub struct ExportOutcome { /* private fields */ }
Available on crate feature
rpc
only.Expand description
Outcome of a blob export operation.
Trait Implementations§
source§impl Clone for ExportOutcome
impl Clone for ExportOutcome
source§fn clone(&self) -> ExportOutcome
fn clone(&self) -> ExportOutcome
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 moresource§impl Debug for ExportOutcome
impl Debug for ExportOutcome
source§impl PartialEq for ExportOutcome
impl PartialEq for ExportOutcome
source§fn eq(&self, other: &ExportOutcome) -> bool
fn eq(&self, other: &ExportOutcome) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExportOutcome
impl StructuralPartialEq for ExportOutcome
Auto Trait Implementations§
impl Freeze for ExportOutcome
impl RefUnwindSafe for ExportOutcome
impl Send for ExportOutcome
impl Sync for ExportOutcome
impl Unpin for ExportOutcome
impl UnwindSafe for ExportOutcome
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.