pub struct TimerPortableErr { /* private fields */ }
Expand description
An error description.
Implementations§
Trait Implementations§
Source§impl Clone for TimerPortableErr
impl Clone for TimerPortableErr
Source§fn clone(&self) -> TimerPortableErr
fn clone(&self) -> TimerPortableErr
Returns a duplicate 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 TimerPortableErr
impl Debug for TimerPortableErr
Source§impl Display for TimerPortableErr
impl Display for TimerPortableErr
Source§impl PartialEq for TimerPortableErr
impl PartialEq for TimerPortableErr
impl Eq for TimerPortableErr
impl StructuralPartialEq for TimerPortableErr
Auto Trait Implementations§
impl Freeze for TimerPortableErr
impl RefUnwindSafe for TimerPortableErr
impl Send for TimerPortableErr
impl Sync for TimerPortableErr
impl Unpin for TimerPortableErr
impl UnwindSafe for TimerPortableErr
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