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