pub struct RelayStats { /* private fields */ }Expand description
Relay statistics for monitoring and debugging
Trait Implementations§
Source§impl Debug for RelayStats
impl Debug for RelayStats
Source§impl Default for RelayStats
impl Default for RelayStats
Source§fn default() -> RelayStats
fn default() -> RelayStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RelayStats
impl RefUnwindSafe for RelayStats
impl Send for RelayStats
impl Sync for RelayStats
impl Unpin for RelayStats
impl UnwindSafe for RelayStats
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