pub enum AiModelModality {
Text,
Image,
Audio,
Video,
Code,
Embedding,
Multimodal,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiModelModality
impl Clone for AiModelModality
Source§fn clone(&self) -> AiModelModality
fn clone(&self) -> AiModelModality
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AiModelModality
impl Debug for AiModelModality
Source§impl Display for AiModelModality
impl Display for AiModelModality
Source§impl FromStr for AiModelModality
impl FromStr for AiModelModality
Source§impl Hash for AiModelModality
impl Hash for AiModelModality
Source§impl Ord for AiModelModality
impl Ord for AiModelModality
Source§fn cmp(&self, other: &AiModelModality) -> Ordering
fn cmp(&self, other: &AiModelModality) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiModelModality
impl PartialEq for AiModelModality
Source§fn eq(&self, other: &AiModelModality) -> bool
fn eq(&self, other: &AiModelModality) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiModelModality
impl PartialOrd for AiModelModality
impl Copy for AiModelModality
impl Eq for AiModelModality
impl StructuralPartialEq for AiModelModality
Auto Trait Implementations§
impl Freeze for AiModelModality
impl RefUnwindSafe for AiModelModality
impl Send for AiModelModality
impl Sync for AiModelModality
impl Unpin for AiModelModality
impl UnsafeUnpin for AiModelModality
impl UnwindSafe for AiModelModality
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