pub struct Connections {
pub total: DeviceStats,
pub connections: HashMap<String, DeviceStats>,
}Fields§
§total: DeviceStats§connections: HashMap<String, DeviceStats>Trait Implementations§
Source§impl Debug for Connections
impl Debug for Connections
Source§impl<'de> Deserialize<'de> for Connections
impl<'de> Deserialize<'de> for Connections
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Connections
impl RefUnwindSafe for Connections
impl Send for Connections
impl Sync for Connections
impl Unpin for Connections
impl UnwindSafe for Connections
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