pub struct CreateFineTuningCheckpointPermissionRequest {
pub project_ids: Vec<String>,
}
Fields§
§project_ids: Vec<String>
The project identifiers to grant access to.
Trait Implementations§
Source§impl Clone for CreateFineTuningCheckpointPermissionRequest
impl Clone for CreateFineTuningCheckpointPermissionRequest
Source§fn clone(&self) -> CreateFineTuningCheckpointPermissionRequest
fn clone(&self) -> CreateFineTuningCheckpointPermissionRequest
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 Default for CreateFineTuningCheckpointPermissionRequest
impl Default for CreateFineTuningCheckpointPermissionRequest
Source§fn default() -> CreateFineTuningCheckpointPermissionRequest
fn default() -> CreateFineTuningCheckpointPermissionRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateFineTuningCheckpointPermissionRequest
impl RefUnwindSafe for CreateFineTuningCheckpointPermissionRequest
impl Send for CreateFineTuningCheckpointPermissionRequest
impl Sync for CreateFineTuningCheckpointPermissionRequest
impl Unpin for CreateFineTuningCheckpointPermissionRequest
impl UnwindSafe for CreateFineTuningCheckpointPermissionRequest
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