Struct embassy_time::TimeoutError
source · [−]pub struct TimeoutError;Expand description
Error returned by with_timeout on timeout.
Trait Implementations
sourceimpl Clone for TimeoutError
impl Clone for TimeoutError
sourcefn clone(&self) -> TimeoutError
fn clone(&self) -> TimeoutError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TimeoutError
impl Debug for TimeoutError
sourceimpl Format for TimeoutError
impl Format for TimeoutError
sourceimpl PartialEq<TimeoutError> for TimeoutError
impl PartialEq<TimeoutError> for TimeoutError
sourcefn eq(&self, other: &TimeoutError) -> bool
fn eq(&self, other: &TimeoutError) -> bool
impl Eq for TimeoutError
impl StructuralEq for TimeoutError
impl StructuralPartialEq for TimeoutError
Auto Trait Implementations
impl RefUnwindSafe for TimeoutError
impl Send for TimeoutError
impl Sync for TimeoutError
impl Unpin for TimeoutError
impl UnwindSafe for TimeoutError
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