pub enum PromptMomentNotification {
Display(Option<NotDisplayedReason>),
Skipped(SkippedReason),
Dismissed(DismissedReason),
}Expand description
Rust wrapper for PromptMomentNotification
https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification
Variants§
Trait Implementations§
Source§impl Clone for PromptMomentNotification
impl Clone for PromptMomentNotification
Source§fn clone(&self) -> PromptMomentNotification
fn clone(&self) -> PromptMomentNotification
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 PromptMomentNotification
impl Debug for PromptMomentNotification
Source§impl PartialEq for PromptMomentNotification
impl PartialEq for PromptMomentNotification
impl Copy for PromptMomentNotification
impl Eq for PromptMomentNotification
impl StructuralPartialEq for PromptMomentNotification
Auto Trait Implementations§
impl Freeze for PromptMomentNotification
impl RefUnwindSafe for PromptMomentNotification
impl Send for PromptMomentNotification
impl Sync for PromptMomentNotification
impl Unpin for PromptMomentNotification
impl UnwindSafe for PromptMomentNotification
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