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