Struct nakamoto_node::client::chan::SelectTimeoutError
[−]pub struct SelectTimeoutError;Expand description
An error returned from the select_timeout method.
Failed because none of the channel operations became ready before the timeout.
Trait Implementations
impl Clone for SelectTimeoutError
impl Clone for SelectTimeoutError
fn clone(&self) -> SelectTimeoutError
fn clone(&self) -> SelectTimeoutError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Debug for SelectTimeoutError
impl Debug for SelectTimeoutError
impl Display for SelectTimeoutError
impl Display for SelectTimeoutError
impl Error for SelectTimeoutError
impl Error for SelectTimeoutError
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl PartialEq<SelectTimeoutError> for SelectTimeoutError
impl PartialEq<SelectTimeoutError> for SelectTimeoutError
fn eq(&self, other: &SelectTimeoutError) -> bool
fn eq(&self, other: &SelectTimeoutError) -> bool
impl Copy for SelectTimeoutError
impl Eq for SelectTimeoutError
impl StructuralEq for SelectTimeoutError
impl StructuralPartialEq for SelectTimeoutError
Auto Trait Implementations
impl RefUnwindSafe for SelectTimeoutError
impl Send for SelectTimeoutError
impl Sync for SelectTimeoutError
impl Unpin for SelectTimeoutError
impl UnwindSafe for SelectTimeoutError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more