pub struct DeploymentResponse { /* private fields */ }Implementations§
Source§impl DeploymentResponse
impl DeploymentResponse
pub fn created_at<T>(self, value: T) -> Self
pub fn current_release_id<T>(self, value: T) -> Self
pub fn deployment_group<T>(self, value: T) -> Self
pub fn deployment_group_id<T>(self, value: T) -> Self
pub fn desired_release_id<T>(self, value: T) -> Self
pub fn environment_info<T>(self, value: T) -> Self
pub fn error<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn platform<T>(self, value: T) -> Self
pub fn retry_requested<T>(self, value: T) -> Self
pub fn stack_settings<T>(self, value: T) -> Self
pub fn stack_state<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DeploymentResponse
impl Clone for DeploymentResponse
Source§fn clone(&self) -> DeploymentResponse
fn clone(&self) -> DeploymentResponse
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 DeploymentResponse
impl Debug for DeploymentResponse
Source§impl Default for DeploymentResponse
impl Default for DeploymentResponse
Source§impl From<DeploymentResponse> for DeploymentResponse
impl From<DeploymentResponse> for DeploymentResponse
Source§fn from(value: DeploymentResponse) -> Self
fn from(value: DeploymentResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DeploymentResponse> for DeploymentResponse
impl TryFrom<DeploymentResponse> for DeploymentResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DeploymentResponse) -> Result<Self, ConversionError>
fn try_from(value: DeploymentResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DeploymentResponse
impl RefUnwindSafe for DeploymentResponse
impl Send for DeploymentResponse
impl Sync for DeploymentResponse
impl Unpin for DeploymentResponse
impl UnsafeUnpin for DeploymentResponse
impl UnwindSafe for DeploymentResponse
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