Struct nostr_sdk::relay::RelayConnectionStats
source · pub struct RelayConnectionStats { /* private fields */ }Expand description
Relay connection stats
Implementations§
source§impl RelayConnectionStats
impl RelayConnectionStats
Trait Implementations§
source§impl Clone for RelayConnectionStats
impl Clone for RelayConnectionStats
source§fn clone(&self) -> RelayConnectionStats
fn clone(&self) -> RelayConnectionStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RelayConnectionStats
impl Debug for RelayConnectionStats
Auto Trait Implementations§
impl RefUnwindSafe for RelayConnectionStats
impl Send for RelayConnectionStats
impl Sync for RelayConnectionStats
impl Unpin for RelayConnectionStats
impl UnwindSafe for RelayConnectionStats
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