Struct nomad_client_rs::models::csi_topology::CsiTopology
source · pub struct CsiTopology {
pub segments: Option<HashMap<String, String>>,
}Fields§
§segments: Option<HashMap<String, String>>Trait Implementations§
source§impl Clone for CsiTopology
impl Clone for CsiTopology
source§fn clone(&self) -> CsiTopology
fn clone(&self) -> CsiTopology
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 CsiTopology
impl Debug for CsiTopology
source§impl Default for CsiTopology
impl Default for CsiTopology
source§fn default() -> CsiTopology
fn default() -> CsiTopology
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CsiTopology
impl<'de> Deserialize<'de> for CsiTopology
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