pub struct SessionMessagingMetricsSnapshot {
pub delivered: u64,
pub rejected: u64,
pub invalid_envelope: u64,
pub unauthorized: u64,
pub payload_too_large: u64,
pub backlog_full: u64,
pub storage_failed: u64,
pub activation_failed: u64,
pub active_notified: u64,
pub activation_reserved: u64,
pub activation_coalesced: u64,
pub delivery_latency_micros: u64,
}Fields§
§delivered: u64§rejected: u64§invalid_envelope: u64§payload_too_large: u64§backlog_full: u64§storage_failed: u64§activation_failed: u64§active_notified: u64§activation_reserved: u64§activation_coalesced: u64§delivery_latency_micros: u64Trait Implementations§
Source§impl Clone for SessionMessagingMetricsSnapshot
impl Clone for SessionMessagingMetricsSnapshot
Source§fn clone(&self) -> SessionMessagingMetricsSnapshot
fn clone(&self) -> SessionMessagingMetricsSnapshot
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 SessionMessagingMetricsSnapshot
Source§impl Default for SessionMessagingMetricsSnapshot
impl Default for SessionMessagingMetricsSnapshot
Source§fn default() -> SessionMessagingMetricsSnapshot
fn default() -> SessionMessagingMetricsSnapshot
Returns the “default value” for a type. Read more
impl Eq for SessionMessagingMetricsSnapshot
impl StructuralPartialEq for SessionMessagingMetricsSnapshot
Auto Trait Implementations§
impl Freeze for SessionMessagingMetricsSnapshot
impl RefUnwindSafe for SessionMessagingMetricsSnapshot
impl Send for SessionMessagingMetricsSnapshot
impl Sync for SessionMessagingMetricsSnapshot
impl Unpin for SessionMessagingMetricsSnapshot
impl UnsafeUnpin for SessionMessagingMetricsSnapshot
impl UnwindSafe for SessionMessagingMetricsSnapshot
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.