#[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
sourceimpl AutoRollbackConfiguration
impl AutoRollbackConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoRollbackConfiguration
.
Trait Implementations
sourceimpl Clone for AutoRollbackConfiguration
impl Clone for AutoRollbackConfiguration
sourcefn clone(&self) -> AutoRollbackConfiguration
fn clone(&self) -> AutoRollbackConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AutoRollbackConfiguration
impl Debug for AutoRollbackConfiguration
sourceimpl PartialEq<AutoRollbackConfiguration> for AutoRollbackConfiguration
impl PartialEq<AutoRollbackConfiguration> for AutoRollbackConfiguration
sourcefn eq(&self, other: &AutoRollbackConfiguration) -> bool
fn eq(&self, other: &AutoRollbackConfiguration) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more