Enum drone_core::sync::spsc::pulse::SendError [−][src]
pub enum SendError { Canceled, Overflow, }
The error type returned from Sender::send
.
Variants
The corresponding Receiver
is dropped.
The pulse counter overflow.
Trait Implementations
impl Clone for SendError
[src]
impl Clone for SendError
[src]fn clone(&self) -> SendError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl StructuralEq for SendError
[src]
impl StructuralEq for SendError
[src]impl StructuralPartialEq for SendError
[src]
impl StructuralPartialEq for SendError
[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.