pub struct CreateFineTuningJobRequest_Integrations {
pub type: String,
pub wandb: CreateFineTuningJobRequest_Integrations_Wandb,
}
Fields§
§type: String
§wandb: CreateFineTuningJobRequest_Integrations_Wandb
Trait Implementations§
Source§impl Clone for CreateFineTuningJobRequest_Integrations
impl Clone for CreateFineTuningJobRequest_Integrations
Source§fn clone(&self) -> CreateFineTuningJobRequest_Integrations
fn clone(&self) -> CreateFineTuningJobRequest_Integrations
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 moreAuto Trait Implementations§
impl Freeze for CreateFineTuningJobRequest_Integrations
impl RefUnwindSafe for CreateFineTuningJobRequest_Integrations
impl Send for CreateFineTuningJobRequest_Integrations
impl Sync for CreateFineTuningJobRequest_Integrations
impl Unpin for CreateFineTuningJobRequest_Integrations
impl UnwindSafe for CreateFineTuningJobRequest_Integrations
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