#[non_exhaustive]pub struct AutoRollbackConfiguration { /* private fields */ }
Expand description
Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.
Implementations§
source§impl AutoRollbackConfiguration
impl AutoRollbackConfiguration
sourcepub fn builder() -> AutoRollbackConfigurationBuilder
pub fn builder() -> AutoRollbackConfigurationBuilder
Creates a new builder-style object to manufacture AutoRollbackConfiguration
.
Trait Implementations§
source§impl Clone for AutoRollbackConfiguration
impl Clone for AutoRollbackConfiguration
source§fn clone(&self) -> AutoRollbackConfiguration
fn clone(&self) -> AutoRollbackConfiguration
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 AutoRollbackConfiguration
impl Debug for AutoRollbackConfiguration
source§impl PartialEq<AutoRollbackConfiguration> for AutoRollbackConfiguration
impl PartialEq<AutoRollbackConfiguration> for AutoRollbackConfiguration
source§fn eq(&self, other: &AutoRollbackConfiguration) -> bool
fn eq(&self, other: &AutoRollbackConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoRollbackConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for AutoRollbackConfiguration
impl Send for AutoRollbackConfiguration
impl Sync for AutoRollbackConfiguration
impl Unpin for AutoRollbackConfiguration
impl UnwindSafe for AutoRollbackConfiguration
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