pub enum VoiceIdTrue {
Show 53 variants
Asteria,
Luna,
Stella,
Athena,
Hera,
Orion,
Arcas,
Perseus,
Angus,
Orpheus,
Helios,
Zeus,
Thalia,
Andromeda,
Helena,
Apollo,
Arcas2,
Aries,
Amalthea,
Asteria2,
Athena2,
Atlas,
Aurora,
Callista,
Cora,
Cordelia,
Delia,
Draco,
Electra,
Harmonia,
Hera2,
Hermes,
Hyperion,
Iris,
Janus,
Juno,
Jupiter,
Luna2,
Mars,
Minerva,
Neptune,
Odysseus,
Ophelia,
Orion2,
Orpheus2,
Pandora,
Phoebe,
Pluto,
Saturn,
Selene,
Theia,
Vesta,
Zeus2,
}
Expand description
This is the provider-specific ID that will be used.
Variants§
Asteria
Luna
Stella
Athena
Hera
Orion
Arcas
Perseus
Angus
Orpheus
Helios
Zeus
Thalia
Andromeda
Helena
Apollo
Arcas2
Aries
Amalthea
Asteria2
Athena2
Atlas
Aurora
Callista
Cora
Cordelia
Delia
Draco
Electra
Harmonia
Hera2
Hermes
Hyperion
Iris
Janus
Juno
Jupiter
Luna2
Mars
Minerva
Neptune
Odysseus
Ophelia
Orion2
Orpheus2
Pandora
Phoebe
Pluto
Saturn
Selene
Theia
Vesta
Zeus2
Trait Implementations§
Source§impl Clone for VoiceIdTrue
impl Clone for VoiceIdTrue
Source§fn clone(&self) -> VoiceIdTrue
fn clone(&self) -> VoiceIdTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VoiceIdTrue
impl Debug for VoiceIdTrue
Source§impl Default for VoiceIdTrue
impl Default for VoiceIdTrue
Source§fn default() -> VoiceIdTrue
fn default() -> VoiceIdTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VoiceIdTrue
impl<'de> Deserialize<'de> for VoiceIdTrue
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 Hash for VoiceIdTrue
impl Hash for VoiceIdTrue
Source§impl Ord for VoiceIdTrue
impl Ord for VoiceIdTrue
Source§fn cmp(&self, other: &VoiceIdTrue) -> Ordering
fn cmp(&self, other: &VoiceIdTrue) -> Ordering
1.21.0 · 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 VoiceIdTrue
impl PartialEq for VoiceIdTrue
Source§impl PartialOrd for VoiceIdTrue
impl PartialOrd for VoiceIdTrue
Source§impl Serialize for VoiceIdTrue
impl Serialize for VoiceIdTrue
impl Copy for VoiceIdTrue
impl Eq for VoiceIdTrue
impl StructuralPartialEq for VoiceIdTrue
Auto Trait Implementations§
impl Freeze for VoiceIdTrue
impl RefUnwindSafe for VoiceIdTrue
impl Send for VoiceIdTrue
impl Sync for VoiceIdTrue
impl Unpin for VoiceIdTrue
impl UnwindSafe for VoiceIdTrue
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