pub struct GCID {
pub cid: Option<String>,
pub sid: Option<String>,
}
Expand description
The Global Component ID (GCID).
Fields§
§cid: Option<String>
The component identifier portion of the GCID for the entity.
sid: Option<String>
The subnet identifier portion of the GCID for the entity.
Trait Implementations§
source§impl<'de> Deserialize<'de> for GCID
impl<'de> Deserialize<'de> for GCID
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