Struct glib::FutureWithTimeoutError
source · pub struct FutureWithTimeoutError;
Expand description
The error returned when a future times out.
Trait Implementations§
source§impl Clone for FutureWithTimeoutError
impl Clone for FutureWithTimeoutError
source§fn clone(&self) -> FutureWithTimeoutError
fn clone(&self) -> FutureWithTimeoutError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FutureWithTimeoutError
impl Debug for FutureWithTimeoutError
source§impl Display for FutureWithTimeoutError
impl Display for FutureWithTimeoutError
source§impl Error for FutureWithTimeoutError
impl Error for FutureWithTimeoutError
1.30.0 · 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 PartialEq<FutureWithTimeoutError> for FutureWithTimeoutError
impl PartialEq<FutureWithTimeoutError> for FutureWithTimeoutError
source§fn 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 ==
.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§
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