pub struct EventHeartbeat {
pub number: u32,
}
Fields§
§number: u32
Number of beats
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventHeartbeat
impl RefUnwindSafe for EventHeartbeat
impl Send for EventHeartbeat
impl Sync for EventHeartbeat
impl Unpin for EventHeartbeat
impl UnwindSafe for EventHeartbeat
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