Enum drone_core::sync::spsc::ring::SendErrorKind [−][src]
pub enum SendErrorKind { Canceled, Overflow, }
Kind of SendError
.
Variants
The corresponding Receiver
is dropped.
The ring buffer overflow.
Trait Implementations
impl Clone for SendErrorKind
[src]
impl Clone for SendErrorKind
[src]fn clone(&self) -> SendErrorKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SendErrorKind
[src]
impl Copy for SendErrorKind
[src]impl Eq for SendErrorKind
[src]
impl Eq for SendErrorKind
[src]impl PartialEq<SendErrorKind> for SendErrorKind
[src]
impl PartialEq<SendErrorKind> for SendErrorKind
[src]fn eq(&self, other: &SendErrorKind) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl StructuralEq for SendErrorKind
[src]
impl StructuralEq for SendErrorKind
[src]impl StructuralPartialEq for SendErrorKind
[src]
impl StructuralPartialEq for SendErrorKind
[src]Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.