pub struct AuditLog_CheckpointPermissionCreated {
pub id: Option<String>,
pub data: Option<AuditLog_CheckpointPermissionCreated_Data>,
}
Expand description
The project and fine-tuned model checkpoint that the checkpoint permission was created for.
Fields§
§id: Option<String>
The ID of the checkpoint permission.
data: Option<AuditLog_CheckpointPermissionCreated_Data>
Trait Implementations§
Source§impl Clone for AuditLog_CheckpointPermissionCreated
impl Clone for AuditLog_CheckpointPermissionCreated
Source§fn clone(&self) -> AuditLog_CheckpointPermissionCreated
fn clone(&self) -> AuditLog_CheckpointPermissionCreated
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 AuditLog_CheckpointPermissionCreated
impl Default for AuditLog_CheckpointPermissionCreated
Source§fn default() -> AuditLog_CheckpointPermissionCreated
fn default() -> AuditLog_CheckpointPermissionCreated
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuditLog_CheckpointPermissionCreated
impl RefUnwindSafe for AuditLog_CheckpointPermissionCreated
impl Send for AuditLog_CheckpointPermissionCreated
impl Sync for AuditLog_CheckpointPermissionCreated
impl Unpin for AuditLog_CheckpointPermissionCreated
impl UnwindSafe for AuditLog_CheckpointPermissionCreated
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