pub struct FineTuningJobEvent_Data;
Expand description
The data associated with the event.
Trait Implementations§
Source§impl Clone for FineTuningJobEvent_Data
impl Clone for FineTuningJobEvent_Data
Source§fn clone(&self) -> FineTuningJobEvent_Data
fn clone(&self) -> FineTuningJobEvent_Data
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FineTuningJobEvent_Data
impl Debug for FineTuningJobEvent_Data
Source§impl Default for FineTuningJobEvent_Data
impl Default for FineTuningJobEvent_Data
Source§fn default() -> FineTuningJobEvent_Data
fn default() -> FineTuningJobEvent_Data
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FineTuningJobEvent_Data
impl RefUnwindSafe for FineTuningJobEvent_Data
impl Send for FineTuningJobEvent_Data
impl Sync for FineTuningJobEvent_Data
impl Unpin for FineTuningJobEvent_Data
impl UnwindSafe for FineTuningJobEvent_Data
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