pub struct WebhookResponseFailedData {
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 WebhookResponseFailedData
impl Clone for WebhookResponseFailedData
Source§fn clone(&self) -> WebhookResponseFailedData
fn clone(&self) -> WebhookResponseFailedData
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 WebhookResponseFailedData
impl Debug for WebhookResponseFailedData
Source§impl<'de> Deserialize<'de> for WebhookResponseFailedData
impl<'de> Deserialize<'de> for WebhookResponseFailedData
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 WebhookResponseFailedData
impl PartialEq for WebhookResponseFailedData
Source§fn eq(&self, other: &WebhookResponseFailedData) -> bool
fn eq(&self, other: &WebhookResponseFailedData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookResponseFailedData
Auto Trait Implementations§
impl Freeze for WebhookResponseFailedData
impl RefUnwindSafe for WebhookResponseFailedData
impl Send for WebhookResponseFailedData
impl Sync for WebhookResponseFailedData
impl Unpin for WebhookResponseFailedData
impl UnwindSafe for WebhookResponseFailedData
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