pub struct ServerStat { /* private fields */ }Expand description
Statistic of a remote server
Implementations§
Source§impl ServerStat
impl ServerStat
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerStat
impl RefUnwindSafe for ServerStat
impl Send for ServerStat
impl Sync for ServerStat
impl Unpin for ServerStat
impl UnwindSafe for ServerStat
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