pub enum FirebaseManagementAPIv1beta1 {
AuthCloudPlatform,
AuthCloudPlatformReadOnly,
AuthFirebase,
AuthFirebaseReadOnly,
}Expand description
Firebase Management API, v1beta1
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
AuthCloudPlatformReadOnly
Documentation: View your data across Google Cloud services and see the email address of your Google Account, Scope: https://www.googleapis.com/auth/cloud-platform.read-only
AuthFirebase
Documentation: View and administer all your Firebase data and settings, Scope: https://www.googleapis.com/auth/firebase
AuthFirebaseReadOnly
Documentation: View all your Firebase data and settings, Scope: https://www.googleapis.com/auth/firebase.readonly
Trait Implementations§
Source§impl Clone for FirebaseManagementAPIv1beta1
impl Clone for FirebaseManagementAPIv1beta1
Source§fn clone(&self) -> FirebaseManagementAPIv1beta1
fn clone(&self) -> FirebaseManagementAPIv1beta1
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 FirebaseManagementAPIv1beta1
impl Debug for FirebaseManagementAPIv1beta1
Source§impl FromGoogleScope<FirebaseManagementAPIv1beta1> for FirebaseManagementAPIv1beta1
impl FromGoogleScope<FirebaseManagementAPIv1beta1> for FirebaseManagementAPIv1beta1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<FirebaseManagementAPIv1beta1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<FirebaseManagementAPIv1beta1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for FirebaseManagementAPIv1beta1
impl Hash for FirebaseManagementAPIv1beta1
Source§impl PartialEq for FirebaseManagementAPIv1beta1
impl PartialEq for FirebaseManagementAPIv1beta1
Source§fn eq(&self, other: &FirebaseManagementAPIv1beta1) -> bool
fn eq(&self, other: &FirebaseManagementAPIv1beta1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for FirebaseManagementAPIv1beta1
impl ToGoogleScope for FirebaseManagementAPIv1beta1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for FirebaseManagementAPIv1beta1
impl Eq for FirebaseManagementAPIv1beta1
impl StructuralPartialEq for FirebaseManagementAPIv1beta1
Auto Trait Implementations§
impl Freeze for FirebaseManagementAPIv1beta1
impl RefUnwindSafe for FirebaseManagementAPIv1beta1
impl Send for FirebaseManagementAPIv1beta1
impl Sync for FirebaseManagementAPIv1beta1
impl Unpin for FirebaseManagementAPIv1beta1
impl UnwindSafe for FirebaseManagementAPIv1beta1
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