pub struct DropStats(/* private fields */);Implementations§
Source§impl DropStats
impl DropStats
pub fn observe_network_message_dropped_payload( &self, direction: StatsDirection, msg: impl NetworkMessageExt, )
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropStats
impl !RefUnwindSafe for DropStats
impl Send for DropStats
impl Sync for DropStats
impl Unpin for DropStats
impl UnsafeUnpin for DropStats
impl !UnwindSafe for DropStats
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