pub enum HistoryItemType {
Action,
AlarmContributorAction,
AlarmContributorStateUpdate,
ConfigurationUpdate,
StateUpdate,
}Expand description
CloudWatch HistoryItemType enum.
Variants§
Action
Default variant.
AlarmContributorAction
AlarmContributorStateUpdate
ConfigurationUpdate
StateUpdate
Implementations§
Trait Implementations§
Source§impl Clone for HistoryItemType
impl Clone for HistoryItemType
Source§fn clone(&self) -> HistoryItemType
fn clone(&self) -> HistoryItemType
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 HistoryItemType
impl Debug for HistoryItemType
Source§impl Default for HistoryItemType
impl Default for HistoryItemType
Source§fn default() -> HistoryItemType
fn default() -> HistoryItemType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HistoryItemType
impl<'de> Deserialize<'de> for HistoryItemType
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 HistoryItemType
impl Display for HistoryItemType
Source§impl From<&str> for HistoryItemType
impl From<&str> for HistoryItemType
Source§impl Hash for HistoryItemType
impl Hash for HistoryItemType
Source§impl PartialEq for HistoryItemType
impl PartialEq for HistoryItemType
Source§impl Serialize for HistoryItemType
impl Serialize for HistoryItemType
impl Eq for HistoryItemType
impl StructuralPartialEq for HistoryItemType
Auto Trait Implementations§
impl Freeze for HistoryItemType
impl RefUnwindSafe for HistoryItemType
impl Send for HistoryItemType
impl Sync for HistoryItemType
impl Unpin for HistoryItemType
impl UnsafeUnpin for HistoryItemType
impl UnwindSafe for HistoryItemType
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