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