pub struct SPDMcommunication {
pub sessions: Option<Vec<SingleSessionInfo>>,
}
Expand description
Information about communication between two components.
Fields§
§sessions: Option<Vec<SingleSessionInfo>>
The active sessions or communication channels between two components.
Trait Implementations§
source§impl Clone for SPDMcommunication
impl Clone for SPDMcommunication
source§fn clone(&self) -> SPDMcommunication
fn clone(&self) -> SPDMcommunication
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 SPDMcommunication
impl Debug for SPDMcommunication
source§impl Default for SPDMcommunication
impl Default for SPDMcommunication
source§fn default() -> SPDMcommunication
fn default() -> SPDMcommunication
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SPDMcommunication
impl<'de> Deserialize<'de> for SPDMcommunication
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