pub struct ContinueUpdateRollbackOutput {}Expand description
The output for a ContinueUpdateRollback action.
Trait Implementations§
Source§impl Clone for ContinueUpdateRollbackOutput
impl Clone for ContinueUpdateRollbackOutput
Source§fn clone(&self) -> ContinueUpdateRollbackOutput
fn clone(&self) -> ContinueUpdateRollbackOutput
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 ContinueUpdateRollbackOutput
impl Debug for ContinueUpdateRollbackOutput
Source§impl Default for ContinueUpdateRollbackOutput
impl Default for ContinueUpdateRollbackOutput
Source§fn default() -> ContinueUpdateRollbackOutput
fn default() -> ContinueUpdateRollbackOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for ContinueUpdateRollbackOutput
impl PartialEq for ContinueUpdateRollbackOutput
Source§fn eq(&self, other: &ContinueUpdateRollbackOutput) -> bool
fn eq(&self, other: &ContinueUpdateRollbackOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContinueUpdateRollbackOutput
Auto Trait Implementations§
impl Freeze for ContinueUpdateRollbackOutput
impl RefUnwindSafe for ContinueUpdateRollbackOutput
impl Send for ContinueUpdateRollbackOutput
impl Sync for ContinueUpdateRollbackOutput
impl Unpin for ContinueUpdateRollbackOutput
impl UnwindSafe for ContinueUpdateRollbackOutput
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