Struct channellib::RecvTimeoutError
source · pub struct RecvTimeoutError { /* private fields */ }
Implementations§
source§impl RecvTimeoutError
impl RecvTimeoutError
pub fn is_timeout(&self) -> bool
Trait Implementations§
source§impl Debug for RecvTimeoutError
impl Debug for RecvTimeoutError
source§impl Display for RecvTimeoutError
impl Display for RecvTimeoutError
source§impl Error for RecvTimeoutError
impl Error for RecvTimeoutError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<RecvTimeoutError> for RecvTimeoutError
impl From<RecvTimeoutError> for RecvTimeoutError
source§fn from(source: RecvTimeoutError) -> Self
fn from(source: RecvTimeoutError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RecvTimeoutError
impl RefUnwindSafe for RecvTimeoutError
impl Send for RecvTimeoutError
impl Sync for RecvTimeoutError
impl Unpin for RecvTimeoutError
impl UnwindSafe for RecvTimeoutError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more