pub struct InspectorSnapshot {
pub state_revision: u64,
pub connections_revision: u64,
pub queue_revision: u64,
pub schedule_revision: u64,
pub active_connections: u32,
pub queue_size: u32,
pub connected_clients: usize,
}Fields§
§state_revision: u64§connections_revision: u64§queue_revision: u64§schedule_revision: u64§active_connections: u32§queue_size: u32§connected_clients: usizeTrait Implementations§
Source§impl Clone for InspectorSnapshot
impl Clone for InspectorSnapshot
Source§fn clone(&self) -> InspectorSnapshot
fn clone(&self) -> InspectorSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InspectorSnapshot
Source§impl Debug for InspectorSnapshot
impl Debug for InspectorSnapshot
Source§impl Default for InspectorSnapshot
impl Default for InspectorSnapshot
Source§fn default() -> InspectorSnapshot
fn default() -> InspectorSnapshot
Returns the “default value” for a type. Read more
impl Eq for InspectorSnapshot
Source§impl PartialEq for InspectorSnapshot
impl PartialEq for InspectorSnapshot
impl StructuralPartialEq for InspectorSnapshot
Auto Trait Implementations§
impl Freeze for InspectorSnapshot
impl RefUnwindSafe for InspectorSnapshot
impl Send for InspectorSnapshot
impl Sync for InspectorSnapshot
impl Unpin for InspectorSnapshot
impl UnsafeUnpin for InspectorSnapshot
impl UnwindSafe for InspectorSnapshot
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.