Enum llm_sdk::WhisperRequestType
source · pub enum WhisperRequestType {
Transcription,
Translation,
}
Variants§
Trait Implementations§
source§impl Clone for WhisperRequestType
impl Clone for WhisperRequestType
source§fn clone(&self) -> WhisperRequestType
fn clone(&self) -> WhisperRequestType
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 WhisperRequestType
impl Debug for WhisperRequestType
source§impl Default for WhisperRequestType
impl Default for WhisperRequestType
source§fn default() -> WhisperRequestType
fn default() -> WhisperRequestType
Returns the “default value” for a type. Read more
source§impl Display for WhisperRequestType
impl Display for WhisperRequestType
source§impl FromStr for WhisperRequestType
impl FromStr for WhisperRequestType
source§impl PartialEq for WhisperRequestType
impl PartialEq for WhisperRequestType
source§fn eq(&self, other: &WhisperRequestType) -> bool
fn eq(&self, other: &WhisperRequestType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for WhisperRequestType
impl TryFrom<&str> for WhisperRequestType
impl Copy for WhisperRequestType
impl Eq for WhisperRequestType
impl StructuralEq for WhisperRequestType
impl StructuralPartialEq for WhisperRequestType
Auto Trait Implementations§
impl RefUnwindSafe for WhisperRequestType
impl Send for WhisperRequestType
impl Sync for WhisperRequestType
impl Unpin for WhisperRequestType
impl UnwindSafe for WhisperRequestType
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.