pub struct WorkerStateStats { /* private fields */ }Expand description
Statistics for per-worker state operations.
Implementations§
Trait Implementations§
Source§impl Debug for WorkerStateStats
impl Debug for WorkerStateStats
Source§impl Default for WorkerStateStats
impl Default for WorkerStateStats
Source§fn default() -> WorkerStateStats
fn default() -> WorkerStateStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for WorkerStateStats
impl RefUnwindSafe for WorkerStateStats
impl Send for WorkerStateStats
impl Sync for WorkerStateStats
impl Unpin for WorkerStateStats
impl UnwindSafe for WorkerStateStats
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
Source§impl<T> Injectable for T
impl<T> Injectable for T
Source§fn type_id_of() -> TypeIdwhere
Self: Sized,
fn type_id_of() -> TypeIdwhere
Self: Sized,
Returns the TypeId of this type (for internal use)
Source§fn type_name_of() -> &'static strwhere
Self: Sized,
fn type_name_of() -> &'static strwhere
Self: Sized,
Returns the type name for debugging