Struct glib::FutureWithTimeoutError
source · [−]pub struct FutureWithTimeoutError;
Expand description
The error returned when a future times out.
Trait Implementations
sourceimpl Clone for FutureWithTimeoutError
impl Clone for FutureWithTimeoutError
sourcefn clone(&self) -> FutureWithTimeoutError
fn clone(&self) -> FutureWithTimeoutError
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 more
sourceimpl Debug for FutureWithTimeoutError
impl Debug for FutureWithTimeoutError
sourceimpl Display for FutureWithTimeoutError
impl Display for FutureWithTimeoutError
sourceimpl Error for FutureWithTimeoutError
impl Error for FutureWithTimeoutError
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()
sourceimpl PartialEq<FutureWithTimeoutError> for FutureWithTimeoutError
impl PartialEq<FutureWithTimeoutError> for FutureWithTimeoutError
sourcefn eq(&self, other: &FutureWithTimeoutError) -> bool
fn eq(&self, other: &FutureWithTimeoutError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for FutureWithTimeoutError
impl Eq for FutureWithTimeoutError
impl StructuralEq for FutureWithTimeoutError
impl StructuralPartialEq for FutureWithTimeoutError
Auto Trait Implementations
impl RefUnwindSafe for FutureWithTimeoutError
impl Send for FutureWithTimeoutError
impl Sync for FutureWithTimeoutError
impl Unpin for FutureWithTimeoutError
impl UnwindSafe for FutureWithTimeoutError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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