pub enum WebhooksV1MessageTypeEnum {
TRIGGER,
ACKNOWLEDGE,
UNACKNOWLEDGE,
RESOLVE,
ASSIGN,
ESCALATE,
DELEGATE,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for WebhooksV1MessageTypeEnum
impl AsRef<str> for WebhooksV1MessageTypeEnum
Source§impl Clone for WebhooksV1MessageTypeEnum
impl Clone for WebhooksV1MessageTypeEnum
Source§fn clone(&self) -> WebhooksV1MessageTypeEnum
fn clone(&self) -> WebhooksV1MessageTypeEnum
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 WebhooksV1MessageTypeEnum
impl Debug for WebhooksV1MessageTypeEnum
Source§impl Default for WebhooksV1MessageTypeEnum
impl Default for WebhooksV1MessageTypeEnum
Source§impl<'de> Deserialize<'de> for WebhooksV1MessageTypeEnum
impl<'de> Deserialize<'de> for WebhooksV1MessageTypeEnum
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 WebhooksV1MessageTypeEnum
impl Display for WebhooksV1MessageTypeEnum
Source§impl FromStr for WebhooksV1MessageTypeEnum
impl FromStr for WebhooksV1MessageTypeEnum
Source§impl Ord for WebhooksV1MessageTypeEnum
impl Ord for WebhooksV1MessageTypeEnum
Source§fn cmp(&self, other: &WebhooksV1MessageTypeEnum) -> Ordering
fn cmp(&self, other: &WebhooksV1MessageTypeEnum) -> 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 PartialOrd for WebhooksV1MessageTypeEnum
impl PartialOrd for WebhooksV1MessageTypeEnum
impl Eq for WebhooksV1MessageTypeEnum
impl StructuralPartialEq for WebhooksV1MessageTypeEnum
Auto Trait Implementations§
impl Freeze for WebhooksV1MessageTypeEnum
impl RefUnwindSafe for WebhooksV1MessageTypeEnum
impl Send for WebhooksV1MessageTypeEnum
impl Sync for WebhooksV1MessageTypeEnum
impl Unpin for WebhooksV1MessageTypeEnum
impl UnwindSafe for WebhooksV1MessageTypeEnum
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