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