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