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