pub struct EventMonitor { /* private fields */ }Expand description
Event monitor for collecting statistics
Implementations§
Trait Implementations§
Source§impl Clone for EventMonitor
impl Clone for EventMonitor
Source§fn clone(&self) -> EventMonitor
fn clone(&self) -> EventMonitor
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 EventMonitor
impl Debug for EventMonitor
Source§impl Default for EventMonitor
impl Default for EventMonitor
Source§fn default() -> EventMonitor
fn default() -> EventMonitor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventMonitor
impl !RefUnwindSafe for EventMonitor
impl Send for EventMonitor
impl Sync for EventMonitor
impl Unpin for EventMonitor
impl !UnwindSafe for EventMonitor
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