pub struct MirroringDeploymentGroupDeployment {
pub name: Option<String>,
pub state: Option<String>,
}Expand description
A deployment belonging to this deployment group.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Output only. The name of the Mirroring Deployment, in the format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}.
state: Option<String>Output only. Most recent known state of the deployment.
Trait Implementations§
Source§impl Clone for MirroringDeploymentGroupDeployment
impl Clone for MirroringDeploymentGroupDeployment
Source§fn clone(&self) -> MirroringDeploymentGroupDeployment
fn clone(&self) -> MirroringDeploymentGroupDeployment
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 Default for MirroringDeploymentGroupDeployment
impl Default for MirroringDeploymentGroupDeployment
Source§fn default() -> MirroringDeploymentGroupDeployment
fn default() -> MirroringDeploymentGroupDeployment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MirroringDeploymentGroupDeployment
impl<'de> Deserialize<'de> for MirroringDeploymentGroupDeployment
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
impl Part for MirroringDeploymentGroupDeployment
Auto Trait Implementations§
impl Freeze for MirroringDeploymentGroupDeployment
impl RefUnwindSafe for MirroringDeploymentGroupDeployment
impl Send for MirroringDeploymentGroupDeployment
impl Sync for MirroringDeploymentGroupDeployment
impl Unpin for MirroringDeploymentGroupDeployment
impl UnwindSafe for MirroringDeploymentGroupDeployment
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