pub enum SelectBy {
Auto,
User,
User1Tap,
User2Tap,
Btn,
BtnConfirm,
BtnAddSession,
BtnConfirmAddSession,
FedCM,
}Expand description
Information on the user interaction
https://developers.google.com/identity/gsi/web/reference/js-reference#select_by
Variants§
Trait Implementations§
impl Copy for SelectBy
impl StructuralPartialEq for SelectBy
Auto Trait Implementations§
impl Freeze for SelectBy
impl RefUnwindSafe for SelectBy
impl Send for SelectBy
impl Sync for SelectBy
impl Unpin for SelectBy
impl UnwindSafe for SelectBy
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