pub enum FilePurpose {
    Assistants,
    Batch,
    FineTune,
    Vision,
}Variants§
Trait Implementations§
Source§impl Clone for FilePurpose
 
impl Clone for FilePurpose
Source§fn clone(&self) -> FilePurpose
 
fn clone(&self) -> FilePurpose
Returns a copy 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 FilePurpose
 
impl Debug for FilePurpose
Source§impl Default for FilePurpose
 
impl Default for FilePurpose
Source§fn default() -> FilePurpose
 
fn default() -> FilePurpose
Returns the “default value” for a type. Read more
Source§impl Display for FilePurpose
 
impl Display for FilePurpose
Source§impl PartialEq for FilePurpose
 
impl PartialEq for FilePurpose
impl StructuralPartialEq for FilePurpose
Auto Trait Implementations§
impl Freeze for FilePurpose
impl RefUnwindSafe for FilePurpose
impl Send for FilePurpose
impl Sync for FilePurpose
impl Unpin for FilePurpose
impl UnwindSafe for FilePurpose
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