pub struct CommInfoContent {
pub status: Status,
pub comms: HashMap<String, HashMap<String, String>>,
}
Expand description
Response when asking for comm info.
Fields§
§status: Status
Status of the request.
comms: HashMap<String, HashMap<String, String>>
Map of available comms.
Trait Implementations§
Source§impl Debug for CommInfoContent
impl Debug for CommInfoContent
Source§impl<'de> Deserialize<'de> for CommInfoContent
impl<'de> Deserialize<'de> for CommInfoContent
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 CommInfoContent
impl RefUnwindSafe for CommInfoContent
impl Send for CommInfoContent
impl Sync for CommInfoContent
impl Unpin for CommInfoContent
impl UnwindSafe for CommInfoContent
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