Struct futures::channel::mpsc::SendError [−][src]
The error type for Sender
s used as Sink
s.
Methods
impl SendError
[src]
[−]
impl SendError
pub fn is_full(&self) -> bool
[src]
[−]
pub fn is_full(&self) -> bool
Returns true if this error is a result of the channel being full.
pub fn is_disconnected(&self) -> bool
[src]
[−]
pub fn is_disconnected(&self) -> bool
Returns true if this error is a result of the receiver being dropped.
Trait Implementations
impl Error for SendError
[src]
[+]
impl Error for SendError
impl Eq for SendError
[src]
impl Eq for SendError
impl Clone for SendError
[src]
[+]
impl Clone for SendError
impl Debug for SendError
[src]
[+]
impl Debug for SendError
impl PartialEq<SendError> for SendError
[src]
[+]
impl PartialEq<SendError> for SendError
impl Display for SendError
[src]
[+]
impl Display for SendError
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
[+]
impl<T> From for T
impl<T, U> TryFrom for T where
T: From<U>,
[src]
[+]
impl<T, U> TryFrom for T where
T: From<U>,
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
[+]
impl<T, U> TryInto for T where
U: TryFrom<T>,
impl<T, U> Into for T where
U: From<T>,
[src]
[+]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
[+]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
[+]
impl<T> BorrowMut for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
[+]
impl<T> Any for T where
T: 'static + ?Sized,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
[+]
impl<T> ToString for T where
T: Display + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
[+]
impl<T> ToOwned for T where
T: Clone,