Struct embassy_time::TimeoutError
source · pub struct TimeoutError;
Expand description
Error returned by with_timeout
on timeout.
Trait Implementations§
source§impl Clone for TimeoutError
impl Clone for TimeoutError
source§fn clone(&self) -> TimeoutError
fn clone(&self) -> TimeoutError
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 TimeoutError
impl Debug for TimeoutError
source§impl PartialEq for TimeoutError
impl PartialEq for TimeoutError
source§fn eq(&self, other: &TimeoutError) -> bool
fn eq(&self, other: &TimeoutError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TimeoutError
impl StructuralPartialEq for TimeoutError
Auto Trait Implementations§
impl Freeze for TimeoutError
impl RefUnwindSafe for TimeoutError
impl Send for TimeoutError
impl Sync for TimeoutError
impl Unpin for TimeoutError
impl UnwindSafe for TimeoutError
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