pub struct WebhookBatchExpiredData {
pub id: String,
}
Expand description
Event data payload.
Fields§
§id: String
The unique ID of the batch API request.
Implementations§
Trait Implementations§
Source§impl Clone for WebhookBatchExpiredData
impl Clone for WebhookBatchExpiredData
Source§fn clone(&self) -> WebhookBatchExpiredData
fn clone(&self) -> WebhookBatchExpiredData
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 WebhookBatchExpiredData
impl Debug for WebhookBatchExpiredData
Source§impl<'de> Deserialize<'de> for WebhookBatchExpiredData
impl<'de> Deserialize<'de> for WebhookBatchExpiredData
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 WebhookBatchExpiredData
impl PartialEq for WebhookBatchExpiredData
Source§fn eq(&self, other: &WebhookBatchExpiredData) -> bool
fn eq(&self, other: &WebhookBatchExpiredData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for WebhookBatchExpiredData
impl Serialize for WebhookBatchExpiredData
impl StructuralPartialEq for WebhookBatchExpiredData
Auto Trait Implementations§
impl Freeze for WebhookBatchExpiredData
impl RefUnwindSafe for WebhookBatchExpiredData
impl Send for WebhookBatchExpiredData
impl Sync for WebhookBatchExpiredData
impl Unpin for WebhookBatchExpiredData
impl UnwindSafe for WebhookBatchExpiredData
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