pub enum ActionsSuppressedBy {
Alarm,
ExtensionPeriod,
WaitPeriod,
}Expand description
CloudWatch ActionsSuppressedBy enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ActionsSuppressedBy
impl Clone for ActionsSuppressedBy
Source§fn clone(&self) -> ActionsSuppressedBy
fn clone(&self) -> ActionsSuppressedBy
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 ActionsSuppressedBy
impl Debug for ActionsSuppressedBy
Source§impl Default for ActionsSuppressedBy
impl Default for ActionsSuppressedBy
Source§fn default() -> ActionsSuppressedBy
fn default() -> ActionsSuppressedBy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionsSuppressedBy
impl<'de> Deserialize<'de> for ActionsSuppressedBy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ActionsSuppressedBy
impl Display for ActionsSuppressedBy
Source§impl From<&str> for ActionsSuppressedBy
impl From<&str> for ActionsSuppressedBy
Source§impl Hash for ActionsSuppressedBy
impl Hash for ActionsSuppressedBy
Source§impl PartialEq for ActionsSuppressedBy
impl PartialEq for ActionsSuppressedBy
Source§impl Serialize for ActionsSuppressedBy
impl Serialize for ActionsSuppressedBy
impl Eq for ActionsSuppressedBy
impl StructuralPartialEq for ActionsSuppressedBy
Auto Trait Implementations§
impl Freeze for ActionsSuppressedBy
impl RefUnwindSafe for ActionsSuppressedBy
impl Send for ActionsSuppressedBy
impl Sync for ActionsSuppressedBy
impl Unpin for ActionsSuppressedBy
impl UnsafeUnpin for ActionsSuppressedBy
impl UnwindSafe for ActionsSuppressedBy
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