pub struct DeploymentPromoteRequest {
pub all: Option<bool>,
pub deployment_id: Option<String>,
pub groups: Option<Vec<String>>,
pub namespace: Option<String>,
pub region: Option<String>,
pub secret_id: Option<String>,
}
Fields§
§all: Option<bool>
§deployment_id: Option<String>
§groups: Option<Vec<String>>
§namespace: Option<String>
§region: Option<String>
§secret_id: Option<String>
Trait Implementations§
Source§impl Clone for DeploymentPromoteRequest
impl Clone for DeploymentPromoteRequest
Source§fn clone(&self) -> DeploymentPromoteRequest
fn clone(&self) -> DeploymentPromoteRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeploymentPromoteRequest
impl Debug for DeploymentPromoteRequest
Source§impl Default for DeploymentPromoteRequest
impl Default for DeploymentPromoteRequest
Source§fn default() -> DeploymentPromoteRequest
fn default() -> DeploymentPromoteRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentPromoteRequest
impl<'de> Deserialize<'de> for DeploymentPromoteRequest
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 DeploymentPromoteRequest
impl PartialEq for DeploymentPromoteRequest
Source§fn eq(&self, other: &DeploymentPromoteRequest) -> bool
fn eq(&self, other: &DeploymentPromoteRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for DeploymentPromoteRequest
impl Serialize for DeploymentPromoteRequest
impl StructuralPartialEq for DeploymentPromoteRequest
Auto Trait Implementations§
impl Freeze for DeploymentPromoteRequest
impl RefUnwindSafe for DeploymentPromoteRequest
impl Send for DeploymentPromoteRequest
impl Sync for DeploymentPromoteRequest
impl Unpin for DeploymentPromoteRequest
impl UnwindSafe for DeploymentPromoteRequest
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