pub struct DeploymentPromoteRequest {
pub deployment_id: Option<String>,
pub all: Option<bool>,
pub groups: Option<Vec<String>>,
}
Fields§
§deployment_id: Option<String>
§all: Option<bool>
§groups: Option<Vec<String>>
Implementations§
Source§impl DeploymentPromoteRequest
impl DeploymentPromoteRequest
pub fn new() -> DeploymentPromoteRequest
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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeploymentPromoteRequest
impl Debug for DeploymentPromoteRequest
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§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