Searched defs:TrySendError (Results 1 – 4 of 4) sorted by relevance
29 pub enum TrySendError<T> { enum39 impl<T> TrySendError<T> { impl49 impl<T> fmt::Debug for TrySendError<T> { implementation58 impl<T> fmt::Display for TrySendError<T> { implementation71 impl<T> Error for TrySendError<T> {} implementation73 impl<T> From<SendError<T>> for TrySendError<T> { implementation
1318 pub fn try_reserve(&self) -> Result<Permit<'_, T>, TrySendError<()>> { in try_reserve() argument1396 pub fn try_reserve_many(&self, n: usize) -> Result<PermitIterator<'_, T>, TrySendError<()>> { in try_reserve_many() argument
20 pub enum TrySendError<T> { enum152 impl<T> fmt::Debug for TrySendError<T> { implementation161 impl<T> fmt::Display for TrySendError<T> { implementation170 impl<T: Send> error::Error for TrySendError<T> {} implementation172 impl<T> From<SendError<T>> for TrySendError<T> { implementation180 impl<T> TrySendError<T> { implementation
159 pub struct TrySendError<T> { struct160 err: SendError,161 val: T,205 impl<T> fmt::Debug for TrySendError<T> { implementation211 impl<T> fmt::Display for TrySendError<T> { implementation221 impl<T: core::any::Any> std::error::Error for TrySendError<T> {} implementation223 impl<T> TrySendError<T> { implementation