Enum async_openai::types::FilePurpose
source · 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
source§fn eq(&self, other: &FilePurpose) -> bool
fn eq(&self, other: &FilePurpose) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)