pub struct LifecycleStats {
pub total_capabilities: usize,
pub with_dispose_callbacks: usize,
pub total_sessions: usize,
}
Fields§
§total_capabilities: usize
§with_dispose_callbacks: usize
§total_sessions: usize
Trait Implementations§
Source§impl Clone for LifecycleStats
impl Clone for LifecycleStats
Source§fn clone(&self) -> LifecycleStats
fn clone(&self) -> LifecycleStats
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 LifecycleStats
impl RefUnwindSafe for LifecycleStats
impl Send for LifecycleStats
impl Sync for LifecycleStats
impl Unpin for LifecycleStats
impl UnwindSafe for LifecycleStats
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