pub enum GoogleIdentityToolkitAPIv3 {
AuthCloudPlatform,
AuthFirebase,
}Expand description
Google Identity Toolkit API, v3
Variants§
AuthCloudPlatform
Documentation: View and manage your data across Google Cloud Platform services, Scope: https://www.googleapis.com/auth/cloud-platform
AuthFirebase
Documentation: View and administer all your Firebase data and settings, Scope: https://www.googleapis.com/auth/firebase
Trait Implementations§
Source§impl Clone for GoogleIdentityToolkitAPIv3
impl Clone for GoogleIdentityToolkitAPIv3
Source§fn clone(&self) -> GoogleIdentityToolkitAPIv3
fn clone(&self) -> GoogleIdentityToolkitAPIv3
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 GoogleIdentityToolkitAPIv3
impl Debug for GoogleIdentityToolkitAPIv3
Source§impl FromGoogleScope<GoogleIdentityToolkitAPIv3> for GoogleIdentityToolkitAPIv3
impl FromGoogleScope<GoogleIdentityToolkitAPIv3> for GoogleIdentityToolkitAPIv3
Source§fn from_google_scope(
google_scope: &str,
) -> Result<GoogleIdentityToolkitAPIv3, ()>
fn from_google_scope( google_scope: &str, ) -> Result<GoogleIdentityToolkitAPIv3, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for GoogleIdentityToolkitAPIv3
impl Hash for GoogleIdentityToolkitAPIv3
Source§impl ToGoogleScope for GoogleIdentityToolkitAPIv3
impl ToGoogleScope for GoogleIdentityToolkitAPIv3
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GoogleIdentityToolkitAPIv3
impl Eq for GoogleIdentityToolkitAPIv3
impl StructuralPartialEq for GoogleIdentityToolkitAPIv3
Auto Trait Implementations§
impl Freeze for GoogleIdentityToolkitAPIv3
impl RefUnwindSafe for GoogleIdentityToolkitAPIv3
impl Send for GoogleIdentityToolkitAPIv3
impl Sync for GoogleIdentityToolkitAPIv3
impl Unpin for GoogleIdentityToolkitAPIv3
impl UnwindSafe for GoogleIdentityToolkitAPIv3
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