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