pub enum ServiceTrue {
Speech,
BlobStorage,
}
Expand description
This is the service being used in Azure.
Variants§
Trait Implementations§
Source§impl Clone for ServiceTrue
impl Clone for ServiceTrue
Source§fn clone(&self) -> ServiceTrue
fn clone(&self) -> ServiceTrue
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 ServiceTrue
impl Debug for ServiceTrue
Source§impl Default for ServiceTrue
impl Default for ServiceTrue
Source§fn default() -> ServiceTrue
fn default() -> ServiceTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceTrue
impl<'de> Deserialize<'de> for ServiceTrue
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 ServiceTrue
impl Hash for ServiceTrue
Source§impl Ord for ServiceTrue
impl Ord for ServiceTrue
Source§fn cmp(&self, other: &ServiceTrue) -> Ordering
fn cmp(&self, other: &ServiceTrue) -> 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 ServiceTrue
impl PartialEq for ServiceTrue
Source§impl PartialOrd for ServiceTrue
impl PartialOrd for ServiceTrue
Source§impl Serialize for ServiceTrue
impl Serialize for ServiceTrue
impl Copy for ServiceTrue
impl Eq for ServiceTrue
impl StructuralPartialEq for ServiceTrue
Auto Trait Implementations§
impl Freeze for ServiceTrue
impl RefUnwindSafe for ServiceTrue
impl Send for ServiceTrue
impl Sync for ServiceTrue
impl Unpin for ServiceTrue
impl UnwindSafe for ServiceTrue
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