pub struct EventDuration { /* private fields */ }Expand description
EventDuration instruments how long it takes to process an event.
Implementations§
Trait Implementations§
Source§impl Clone for EventDuration
impl Clone for EventDuration
Source§fn clone(&self) -> EventDuration
fn clone(&self) -> EventDuration
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 moreAuto Trait Implementations§
impl Freeze for EventDuration
impl RefUnwindSafe for EventDuration
impl Send for EventDuration
impl Sync for EventDuration
impl Unpin for EventDuration
impl UnsafeUnpin for EventDuration
impl UnwindSafe for EventDuration
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