pub enum WebhookEventType {
OrderCreate,
OrderUpdate,
}Variants§
Trait Implementations§
Source§impl Clone for WebhookEventType
impl Clone for WebhookEventType
Source§fn clone(&self) -> WebhookEventType
fn clone(&self) -> WebhookEventType
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 WebhookEventType
impl Debug for WebhookEventType
Source§impl<'de> Deserialize<'de> for WebhookEventType
impl<'de> Deserialize<'de> for WebhookEventType
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 WebhookEventType
impl Display for WebhookEventType
Source§impl Hash for WebhookEventType
impl Hash for WebhookEventType
Source§impl Ord for WebhookEventType
impl Ord for WebhookEventType
Source§fn cmp(&self, other: &WebhookEventType) -> Ordering
fn cmp(&self, other: &WebhookEventType) -> 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 WebhookEventType
impl PartialEq for WebhookEventType
Source§impl PartialOrd for WebhookEventType
impl PartialOrd for WebhookEventType
Source§impl Serialize for WebhookEventType
impl Serialize for WebhookEventType
impl Copy for WebhookEventType
impl Eq for WebhookEventType
impl StructuralPartialEq for WebhookEventType
Auto Trait Implementations§
impl Freeze for WebhookEventType
impl RefUnwindSafe for WebhookEventType
impl Send for WebhookEventType
impl Sync for WebhookEventType
impl Unpin for WebhookEventType
impl UnwindSafe for WebhookEventType
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