Enum rust_ai::openai::endpoint::AudioEndpointVariant
source · pub enum AudioEndpointVariant {
Transcription,
Translation,
}
Variants§
Trait Implementations§
source§impl Clone for AudioEndpointVariant
impl Clone for AudioEndpointVariant
source§fn clone(&self) -> AudioEndpointVariant
fn clone(&self) -> AudioEndpointVariant
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 AudioEndpointVariant
impl Debug for AudioEndpointVariant
source§impl Into<String> for AudioEndpointVariant
impl Into<String> for AudioEndpointVariant
source§impl PartialEq<AudioEndpointVariant> for AudioEndpointVariant
impl PartialEq<AudioEndpointVariant> for AudioEndpointVariant
source§fn eq(&self, other: &AudioEndpointVariant) -> bool
fn eq(&self, other: &AudioEndpointVariant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AudioEndpointVariant
impl StructuralEq for AudioEndpointVariant
impl StructuralPartialEq for AudioEndpointVariant
Auto Trait Implementations§
impl RefUnwindSafe for AudioEndpointVariant
impl Send for AudioEndpointVariant
impl Sync for AudioEndpointVariant
impl Unpin for AudioEndpointVariant
impl UnwindSafe for AudioEndpointVariant
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.