pub enum FirebaseAuthRestApi {
CreateUser,
GetUsers,
ListUsers,
DeleteUser,
DeleteUsers,
UpdateUser,
ImportUsers,
CreateSessionCookie,
SendOobCode,
}Expand description
Firebase Auth admin REST API endpoints
Variants§
CreateUser
GetUsers
ListUsers
DeleteUser
DeleteUsers
UpdateUser
ImportUsers
CreateSessionCookie
SendOobCode
Trait Implementations§
source§impl From<FirebaseAuthRestApi> for &'static str
impl From<FirebaseAuthRestApi> for &'static str
source§fn from(path: FirebaseAuthRestApi) -> Self
fn from(path: FirebaseAuthRestApi) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FirebaseAuthRestApi
impl RefUnwindSafe for FirebaseAuthRestApi
impl Send for FirebaseAuthRestApi
impl Sync for FirebaseAuthRestApi
impl Unpin for FirebaseAuthRestApi
impl UnwindSafe for FirebaseAuthRestApi
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