pub struct WebhookResponseCancelledObject;
Expand description
The object of the event. Always event
.
Trait Implementations§
Source§impl Clone for WebhookResponseCancelledObject
impl Clone for WebhookResponseCancelledObject
Source§fn clone(&self) -> WebhookResponseCancelledObject
fn clone(&self) -> WebhookResponseCancelledObject
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WebhookResponseCancelledObject
impl Default for WebhookResponseCancelledObject
Source§fn default() -> WebhookResponseCancelledObject
fn default() -> WebhookResponseCancelledObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookResponseCancelledObject
impl<'de> Deserialize<'de> for WebhookResponseCancelledObject
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 PartialEq for WebhookResponseCancelledObject
impl PartialEq for WebhookResponseCancelledObject
Source§fn eq(&self, other: &WebhookResponseCancelledObject) -> bool
fn eq(&self, other: &WebhookResponseCancelledObject) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WebhookResponseCancelledObject
impl StructuralPartialEq for WebhookResponseCancelledObject
Auto Trait Implementations§
impl Freeze for WebhookResponseCancelledObject
impl RefUnwindSafe for WebhookResponseCancelledObject
impl Send for WebhookResponseCancelledObject
impl Sync for WebhookResponseCancelledObject
impl Unpin for WebhookResponseCancelledObject
impl UnwindSafe for WebhookResponseCancelledObject
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