pub enum CloudTexttoSpeechAPIv1 {
AuthCloudPlatform,
}Expand description
Cloud Text-to-Speech API, v1
Variants§
AuthCloudPlatform
Documentation: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account., Scope: https://www.googleapis.com/auth/cloud-platform
Trait Implementations§
Source§impl Clone for CloudTexttoSpeechAPIv1
impl Clone for CloudTexttoSpeechAPIv1
Source§fn clone(&self) -> CloudTexttoSpeechAPIv1
fn clone(&self) -> CloudTexttoSpeechAPIv1
Returns a duplicate 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 CloudTexttoSpeechAPIv1
impl Debug for CloudTexttoSpeechAPIv1
Source§impl FromGoogleScope<CloudTexttoSpeechAPIv1> for CloudTexttoSpeechAPIv1
impl FromGoogleScope<CloudTexttoSpeechAPIv1> for CloudTexttoSpeechAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<CloudTexttoSpeechAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<CloudTexttoSpeechAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for CloudTexttoSpeechAPIv1
impl Hash for CloudTexttoSpeechAPIv1
Source§impl PartialEq for CloudTexttoSpeechAPIv1
impl PartialEq for CloudTexttoSpeechAPIv1
Source§impl ToGoogleScope for CloudTexttoSpeechAPIv1
impl ToGoogleScope for CloudTexttoSpeechAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for CloudTexttoSpeechAPIv1
impl Eq for CloudTexttoSpeechAPIv1
impl StructuralPartialEq for CloudTexttoSpeechAPIv1
Auto Trait Implementations§
impl Freeze for CloudTexttoSpeechAPIv1
impl RefUnwindSafe for CloudTexttoSpeechAPIv1
impl Send for CloudTexttoSpeechAPIv1
impl Sync for CloudTexttoSpeechAPIv1
impl Unpin for CloudTexttoSpeechAPIv1
impl UnwindSafe for CloudTexttoSpeechAPIv1
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