pub struct ConnectionQuality {
pub last_ping_at: Instant,
pub pings_per_second: RateMetrics,
pub assessment: QualityAssessment,
/* private fields */
}Fields§
§last_ping_at: Instant§pings_per_second: RateMetrics§assessment: QualityAssessmentImplementations§
Auto Trait Implementations§
impl Freeze for ConnectionQuality
impl RefUnwindSafe for ConnectionQuality
impl Send for ConnectionQuality
impl Sync for ConnectionQuality
impl Unpin for ConnectionQuality
impl UnwindSafe for ConnectionQuality
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