Enum iroh_blobs::provider::SentStatus
source · pub enum SentStatus {
Sent,
NotFound,
}
Expand description
Status of a send operation
Variants§
Trait Implementations§
source§impl Clone for SentStatus
impl Clone for SentStatus
source§fn clone(&self) -> SentStatus
fn clone(&self) -> SentStatus
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 SentStatus
impl Debug for SentStatus
source§impl PartialEq for SentStatus
impl PartialEq for SentStatus
source§fn eq(&self, other: &SentStatus) -> bool
fn eq(&self, other: &SentStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SentStatus
impl StructuralPartialEq for SentStatus
Auto Trait Implementations§
impl Freeze for SentStatus
impl RefUnwindSafe for SentStatus
impl Send for SentStatus
impl Sync for SentStatus
impl Unpin for SentStatus
impl UnwindSafe for SentStatus
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.