pub struct HeartbeatStopped;Expand description
Heartbeat from ESP32 have stopped
Trait Implementations§
Source§impl Clone for HeartbeatStopped
impl Clone for HeartbeatStopped
Source§fn clone(&self) -> HeartbeatStopped
fn clone(&self) -> HeartbeatStopped
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HeartbeatStopped
Source§impl Debug for HeartbeatStopped
impl Debug for HeartbeatStopped
Auto Trait Implementations§
impl Freeze for HeartbeatStopped
impl RefUnwindSafe for HeartbeatStopped
impl Send for HeartbeatStopped
impl Sync for HeartbeatStopped
impl Unpin for HeartbeatStopped
impl UnsafeUnpin for HeartbeatStopped
impl UnwindSafe for HeartbeatStopped
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