pub struct DeploymentSection {
pub topology_hash_algorithm: String,
pub topology_hash_input: String,
pub discovery_topology_hash: String,
pub pre_snapshot_topology_hash: String,
pub topology_hash: String,
pub members: Vec<DeploymentMember>,
}Expand description
DeploymentSection
Fields§
§topology_hash_algorithm: String§topology_hash_input: String§discovery_topology_hash: String§pre_snapshot_topology_hash: String§topology_hash: String§members: Vec<DeploymentMember>Trait Implementations§
Source§impl Clone for DeploymentSection
impl Clone for DeploymentSection
Source§fn clone(&self) -> DeploymentSection
fn clone(&self) -> DeploymentSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeploymentSection
impl Debug for DeploymentSection
Source§impl<'de> Deserialize<'de> for DeploymentSection
impl<'de> Deserialize<'de> for DeploymentSection
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 DeploymentSection
impl RefUnwindSafe for DeploymentSection
impl Send for DeploymentSection
impl Sync for DeploymentSection
impl Unpin for DeploymentSection
impl UnsafeUnpin for DeploymentSection
impl UnwindSafe for DeploymentSection
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