#[non_exhaustive]pub struct UpdateDeploymentOutput { /* private fields */ }Implementations§
source§impl UpdateDeploymentOutput
 
impl UpdateDeploymentOutput
sourcepub fn auto_deployed(&self) -> Option<bool>
 
pub fn auto_deployed(&self) -> Option<bool>
Specifies whether a deployment was automatically released.
sourcepub fn created_date(&self) -> Option<&DateTime>
 
pub fn created_date(&self) -> Option<&DateTime>
The date and time when the Deployment resource was created.
sourcepub fn deployment_id(&self) -> Option<&str>
 
pub fn deployment_id(&self) -> Option<&str>
The identifier for the deployment.
sourcepub fn deployment_status(&self) -> Option<&DeploymentStatus>
 
pub fn deployment_status(&self) -> Option<&DeploymentStatus>
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
sourcepub fn deployment_status_message(&self) -> Option<&str>
 
pub fn deployment_status_message(&self) -> Option<&str>
May contain additional feedback on the status of an API deployment.
sourcepub fn description(&self) -> Option<&str>
 
pub fn description(&self) -> Option<&str>
The description for the deployment.
source§impl UpdateDeploymentOutput
 
impl UpdateDeploymentOutput
sourcepub fn builder() -> UpdateDeploymentOutputBuilder
 
pub fn builder() -> UpdateDeploymentOutputBuilder
Creates a new builder-style object to manufacture UpdateDeploymentOutput.
Trait Implementations§
source§impl Clone for UpdateDeploymentOutput
 
impl Clone for UpdateDeploymentOutput
source§fn clone(&self) -> UpdateDeploymentOutput
 
fn clone(&self) -> UpdateDeploymentOutput
Returns a copy 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 UpdateDeploymentOutput
 
impl Debug for UpdateDeploymentOutput
source§impl PartialEq<UpdateDeploymentOutput> for UpdateDeploymentOutput
 
impl PartialEq<UpdateDeploymentOutput> for UpdateDeploymentOutput
source§fn eq(&self, other: &UpdateDeploymentOutput) -> bool
 
fn eq(&self, other: &UpdateDeploymentOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateDeploymentOutput
 
impl RequestId for UpdateDeploymentOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for UpdateDeploymentOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDeploymentOutput
impl Send for UpdateDeploymentOutput
impl Sync for UpdateDeploymentOutput
impl Unpin for UpdateDeploymentOutput
impl UnwindSafe for UpdateDeploymentOutput
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