pub enum WebhookSubscriptionDeliveryMethodTypeEnum {
HTTP_DELIVERY_METHOD,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl Clone for WebhookSubscriptionDeliveryMethodTypeEnum
impl Clone for WebhookSubscriptionDeliveryMethodTypeEnum
Source§fn clone(&self) -> WebhookSubscriptionDeliveryMethodTypeEnum
fn clone(&self) -> WebhookSubscriptionDeliveryMethodTypeEnum
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<'de> Deserialize<'de> for WebhookSubscriptionDeliveryMethodTypeEnum
impl<'de> Deserialize<'de> for WebhookSubscriptionDeliveryMethodTypeEnum
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 Ord for WebhookSubscriptionDeliveryMethodTypeEnum
impl Ord for WebhookSubscriptionDeliveryMethodTypeEnum
Source§fn cmp(&self, other: &WebhookSubscriptionDeliveryMethodTypeEnum) -> Ordering
fn cmp(&self, other: &WebhookSubscriptionDeliveryMethodTypeEnum) -> 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 WebhookSubscriptionDeliveryMethodTypeEnum
impl PartialEq for WebhookSubscriptionDeliveryMethodTypeEnum
Source§fn eq(&self, other: &WebhookSubscriptionDeliveryMethodTypeEnum) -> bool
fn eq(&self, other: &WebhookSubscriptionDeliveryMethodTypeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WebhookSubscriptionDeliveryMethodTypeEnum
impl PartialOrd for WebhookSubscriptionDeliveryMethodTypeEnum
impl Eq for WebhookSubscriptionDeliveryMethodTypeEnum
impl StructuralPartialEq for WebhookSubscriptionDeliveryMethodTypeEnum
Auto Trait Implementations§
impl Freeze for WebhookSubscriptionDeliveryMethodTypeEnum
impl RefUnwindSafe for WebhookSubscriptionDeliveryMethodTypeEnum
impl Send for WebhookSubscriptionDeliveryMethodTypeEnum
impl Sync for WebhookSubscriptionDeliveryMethodTypeEnum
impl Unpin for WebhookSubscriptionDeliveryMethodTypeEnum
impl UnwindSafe for WebhookSubscriptionDeliveryMethodTypeEnum
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