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