Struct tokio_sync::mpsc::error::TrySendError [−][src]
pub struct TrySendError<T> { /* fields omitted */ }
Error returned by Sender::try_send
.
Implementations
impl<T> TrySendError<T>
[src]
impl<T> TrySendError<T>
[src]Trait Implementations
impl<T: Debug> Display for TrySendError<T>
[src]
impl<T: Debug> Display for TrySendError<T>
[src]impl<T: Debug> Error for TrySendError<T>
[src]
impl<T: Debug> Error for TrySendError<T>
[src]impl<T> From<(T, TrySendError)> for TrySendError<T>
[src]
impl<T> From<(T, TrySendError)> for TrySendError<T>
[src]fn from((value, err): (T, TrySendError)) -> TrySendError<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for TrySendError<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for TrySendError<T> where
T: Send,
T: Send,
impl<T> Sync for TrySendError<T> where
T: Sync,
T: Sync,
impl<T> Unpin for TrySendError<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for TrySendError<T> where
T: UnwindSafe,
T: UnwindSafe,