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