pub enum NotDisplayedReason {
BrowserNotSupported,
InvalidClient,
MissingClientId,
OpOutOrNoSession,
SecureHttpRequired,
SuppressedByUser,
UnregisteredOrigin,
UnknownReason,
}Expand description
result codes of getNotDisplayedReason()
https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification
Variants§
BrowserNotSupported
InvalidClient
MissingClientId
OpOutOrNoSession
SecureHttpRequired
SuppressedByUser
UnregisteredOrigin
UnknownReason
Trait Implementations§
Source§impl Clone for NotDisplayedReason
impl Clone for NotDisplayedReason
Source§fn clone(&self) -> NotDisplayedReason
fn clone(&self) -> NotDisplayedReason
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 NotDisplayedReason
impl Debug for NotDisplayedReason
Source§impl PartialEq for NotDisplayedReason
impl PartialEq for NotDisplayedReason
impl Copy for NotDisplayedReason
impl Eq for NotDisplayedReason
impl StructuralPartialEq for NotDisplayedReason
Auto Trait Implementations§
impl Freeze for NotDisplayedReason
impl RefUnwindSafe for NotDisplayedReason
impl Send for NotDisplayedReason
impl Sync for NotDisplayedReason
impl Unpin for NotDisplayedReason
impl UnwindSafe for NotDisplayedReason
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