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