pub enum FirebaseRealtimeDatabaseManagementAPIv1beta {
AuthCloudPlatform,
AuthCloudPlatformReadOnly,
AuthFirebase,
AuthFirebaseReadOnly,
}Expand description
Firebase Realtime Database Management API, v1beta
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 FirebaseRealtimeDatabaseManagementAPIv1beta
impl Clone for FirebaseRealtimeDatabaseManagementAPIv1beta
Source§fn clone(&self) -> FirebaseRealtimeDatabaseManagementAPIv1beta
fn clone(&self) -> FirebaseRealtimeDatabaseManagementAPIv1beta
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 FromGoogleScope<FirebaseRealtimeDatabaseManagementAPIv1beta> for FirebaseRealtimeDatabaseManagementAPIv1beta
impl FromGoogleScope<FirebaseRealtimeDatabaseManagementAPIv1beta> for FirebaseRealtimeDatabaseManagementAPIv1beta
Source§fn from_google_scope(
google_scope: &str,
) -> Result<FirebaseRealtimeDatabaseManagementAPIv1beta, ()>
fn from_google_scope( google_scope: &str, ) -> Result<FirebaseRealtimeDatabaseManagementAPIv1beta, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl PartialEq for FirebaseRealtimeDatabaseManagementAPIv1beta
impl PartialEq for FirebaseRealtimeDatabaseManagementAPIv1beta
Source§fn eq(&self, other: &FirebaseRealtimeDatabaseManagementAPIv1beta) -> bool
fn eq(&self, other: &FirebaseRealtimeDatabaseManagementAPIv1beta) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ToGoogleScope for FirebaseRealtimeDatabaseManagementAPIv1beta
impl ToGoogleScope for FirebaseRealtimeDatabaseManagementAPIv1beta
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for FirebaseRealtimeDatabaseManagementAPIv1beta
impl Eq for FirebaseRealtimeDatabaseManagementAPIv1beta
impl StructuralPartialEq for FirebaseRealtimeDatabaseManagementAPIv1beta
Auto Trait Implementations§
impl Freeze for FirebaseRealtimeDatabaseManagementAPIv1beta
impl RefUnwindSafe for FirebaseRealtimeDatabaseManagementAPIv1beta
impl Send for FirebaseRealtimeDatabaseManagementAPIv1beta
impl Sync for FirebaseRealtimeDatabaseManagementAPIv1beta
impl Unpin for FirebaseRealtimeDatabaseManagementAPIv1beta
impl UnsafeUnpin for FirebaseRealtimeDatabaseManagementAPIv1beta
impl UnwindSafe for FirebaseRealtimeDatabaseManagementAPIv1beta
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