pub enum GladiaTranscriberModel {
String(String),
}Expand description
GladiaTranscriberModel : This is the Gladia model that will be used. Default is ‘fast’ This is the Gladia model that will be used. Default is ‘fast’
Variants§
Trait Implementations§
Source§impl Clone for GladiaTranscriberModel
impl Clone for GladiaTranscriberModel
Source§fn clone(&self) -> GladiaTranscriberModel
fn clone(&self) -> GladiaTranscriberModel
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 GladiaTranscriberModel
impl Debug for GladiaTranscriberModel
Source§impl Default for GladiaTranscriberModel
impl Default for GladiaTranscriberModel
Source§impl<'de> Deserialize<'de> for GladiaTranscriberModel
impl<'de> Deserialize<'de> for GladiaTranscriberModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GladiaTranscriberModel
impl PartialEq for GladiaTranscriberModel
Source§impl Serialize for GladiaTranscriberModel
impl Serialize for GladiaTranscriberModel
impl StructuralPartialEq for GladiaTranscriberModel
Auto Trait Implementations§
impl Freeze for GladiaTranscriberModel
impl RefUnwindSafe for GladiaTranscriberModel
impl Send for GladiaTranscriberModel
impl Sync for GladiaTranscriberModel
impl Unpin for GladiaTranscriberModel
impl UnwindSafe for GladiaTranscriberModel
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