pub enum PollState {
Pending {
challenge_changed: bool,
},
Complete(CompletedAuth),
}Variants§
Trait Implementations§
impl Eq for PollState
impl StructuralPartialEq for PollState
Auto Trait Implementations§
impl Freeze for PollState
impl RefUnwindSafe for PollState
impl Send for PollState
impl Sync for PollState
impl Unpin for PollState
impl UnsafeUnpin for PollState
impl UnwindSafe for PollState
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