pub struct CsiTopology {
pub segments: HashMap<String, String>,
}
Expand description
This struct was generated based on the Go types of the official Nomad API client.
Fields§
§segments: HashMap<String, String>
Implementations§
Source§impl CsiTopology
impl CsiTopology
pub fn builder() -> CsiTopologyBuilder
Trait Implementations§
Source§impl Clone for CsiTopology
impl Clone for CsiTopology
Source§fn clone(&self) -> CsiTopology
fn clone(&self) -> CsiTopology
Returns a duplicate 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
Source§impl PartialEq for CsiTopology
impl PartialEq for CsiTopology
Source§impl Serialize for CsiTopology
impl Serialize for CsiTopology
impl StructuralPartialEq for CsiTopology
Auto Trait Implementations§
impl Freeze for CsiTopology
impl RefUnwindSafe for CsiTopology
impl Send for CsiTopology
impl Sync for CsiTopology
impl Unpin for CsiTopology
impl UnwindSafe for CsiTopology
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