pub enum IntegrationTypeEnum {
AWS_CLOUDWATCH_INBOUND_INTEGRATION,
CLOUDKICK_INBOUND_INTEGRATION,
EVENT_TRANSFORMER_API_INBOUND_INTEGRATION,
GENERIC_EMAIL_INBOUND_INTEGRATION,
GENERIC_EVENTS_API_INBOUND_INTEGRATION,
KEYNOTE_INBOUND_INTEGRATION,
NAGIOS_INBOUND_INTEGRATION,
PINGDOM_INBOUND_INTEGRATION,
SQL_MONITOR_INBOUND_INTEGRATION,
EVENTS_API_V2_INBOUND_INTEGRATION,
INTEGRATION_REFERENCE,
UNKNOWN,
}Variants§
AWS_CLOUDWATCH_INBOUND_INTEGRATION
CLOUDKICK_INBOUND_INTEGRATION
EVENT_TRANSFORMER_API_INBOUND_INTEGRATION
GENERIC_EMAIL_INBOUND_INTEGRATION
GENERIC_EVENTS_API_INBOUND_INTEGRATION
KEYNOTE_INBOUND_INTEGRATION
NAGIOS_INBOUND_INTEGRATION
PINGDOM_INBOUND_INTEGRATION
SQL_MONITOR_INBOUND_INTEGRATION
EVENTS_API_V2_INBOUND_INTEGRATION
INTEGRATION_REFERENCE
UNKNOWN
Trait Implementations§
Source§impl AsRef<str> for IntegrationTypeEnum
impl AsRef<str> for IntegrationTypeEnum
Source§impl Clone for IntegrationTypeEnum
impl Clone for IntegrationTypeEnum
Source§fn clone(&self) -> IntegrationTypeEnum
fn clone(&self) -> IntegrationTypeEnum
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 IntegrationTypeEnum
impl Debug for IntegrationTypeEnum
Source§impl Default for IntegrationTypeEnum
impl Default for IntegrationTypeEnum
Source§impl<'de> Deserialize<'de> for IntegrationTypeEnum
impl<'de> Deserialize<'de> for IntegrationTypeEnum
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 IntegrationTypeEnum
impl Display for IntegrationTypeEnum
Source§impl FromStr for IntegrationTypeEnum
impl FromStr for IntegrationTypeEnum
Source§impl Ord for IntegrationTypeEnum
impl Ord for IntegrationTypeEnum
Source§fn cmp(&self, other: &IntegrationTypeEnum) -> Ordering
fn cmp(&self, other: &IntegrationTypeEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IntegrationTypeEnum
impl PartialEq for IntegrationTypeEnum
Source§impl PartialOrd for IntegrationTypeEnum
impl PartialOrd for IntegrationTypeEnum
Source§impl Serialize for IntegrationTypeEnum
impl Serialize for IntegrationTypeEnum
impl Eq for IntegrationTypeEnum
impl StructuralPartialEq for IntegrationTypeEnum
Auto Trait Implementations§
impl Freeze for IntegrationTypeEnum
impl RefUnwindSafe for IntegrationTypeEnum
impl Send for IntegrationTypeEnum
impl Sync for IntegrationTypeEnum
impl Unpin for IntegrationTypeEnum
impl UnwindSafe for IntegrationTypeEnum
Blanket Implementations§
Source§impl<T> AsUncased for T
impl<T> AsUncased for T
Source§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self to an UncasedStr.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