pub enum SelectorMode {
Login,
Logout,
}Expand description
Login or logout mode for the selector.
Variants§
Trait Implementations§
Source§impl Clone for SelectorMode
impl Clone for SelectorMode
Source§fn clone(&self) -> SelectorMode
fn clone(&self) -> SelectorMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectorMode
Source§impl Debug for SelectorMode
impl Debug for SelectorMode
Source§impl PartialEq for SelectorMode
impl PartialEq for SelectorMode
Source§fn eq(&self, other: &SelectorMode) -> bool
fn eq(&self, other: &SelectorMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectorMode
Auto Trait Implementations§
impl Freeze for SelectorMode
impl RefUnwindSafe for SelectorMode
impl Send for SelectorMode
impl Sync for SelectorMode
impl Unpin for SelectorMode
impl UnsafeUnpin for SelectorMode
impl UnwindSafe for SelectorMode
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