pub struct RollbackTrigger {
pub arn: String,
pub type_: String,
}Expand description
This property corresponds to the AWS CloudFormation RollbackTrigger Data Type.
Fields§
§arn: StringThis property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
type_: StringThis property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
Trait Implementations§
Source§impl Clone for RollbackTrigger
impl Clone for RollbackTrigger
Source§fn clone(&self) -> RollbackTrigger
fn clone(&self) -> RollbackTrigger
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 RollbackTrigger
impl Debug for RollbackTrigger
Source§impl Default for RollbackTrigger
impl Default for RollbackTrigger
Source§fn default() -> RollbackTrigger
fn default() -> RollbackTrigger
Returns the “default value” for a type. Read more
Source§impl PartialEq for RollbackTrigger
impl PartialEq for RollbackTrigger
Source§impl Serialize for RollbackTrigger
impl Serialize for RollbackTrigger
impl StructuralPartialEq for RollbackTrigger
Auto Trait Implementations§
impl Freeze for RollbackTrigger
impl RefUnwindSafe for RollbackTrigger
impl Send for RollbackTrigger
impl Sync for RollbackTrigger
impl Unpin for RollbackTrigger
impl UnwindSafe for RollbackTrigger
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