pub struct SessionMessagingMetrics { /* private fields */ }Expand description
Observable counters for the internal delivery plane.
Implementations§
Source§impl SessionMessagingMetrics
impl SessionMessagingMetrics
pub fn snapshot(&self) -> SessionMessagingMetricsSnapshot
Trait Implementations§
Source§impl Debug for SessionMessagingMetrics
impl Debug for SessionMessagingMetrics
Source§impl Default for SessionMessagingMetrics
impl Default for SessionMessagingMetrics
Source§fn default() -> SessionMessagingMetrics
fn default() -> SessionMessagingMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SessionMessagingMetrics
impl RefUnwindSafe for SessionMessagingMetrics
impl Send for SessionMessagingMetrics
impl Sync for SessionMessagingMetrics
impl Unpin for SessionMessagingMetrics
impl UnsafeUnpin for SessionMessagingMetrics
impl UnwindSafe for SessionMessagingMetrics
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