Enum iroh_bytes::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 StructuralEq for SentStatus
impl StructuralPartialEq for SentStatus
Auto Trait Implementations§
impl RefUnwindSafe for SentStatus
impl Send for SentStatus
impl Sync for SentStatus
impl Unpin for SentStatus
impl UnwindSafe for SentStatus
Blanket Implementations§
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