pub struct LoginPreparation {
pub webauthn_enabled: bool,
pub sso_enabled: bool,
pub password_enabled: bool,
pub qq_enabled: bool,
}Expand description
Login preparation data
Fields§
§webauthn_enabled: bool§sso_enabled: bool§password_enabled: bool§qq_enabled: boolTrait Implementations§
Source§impl Debug for LoginPreparation
impl Debug for LoginPreparation
Source§impl<'de> Deserialize<'de> for LoginPreparation
impl<'de> Deserialize<'de> for LoginPreparation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LoginPreparation
impl RefUnwindSafe for LoginPreparation
impl Send for LoginPreparation
impl Sync for LoginPreparation
impl Unpin for LoginPreparation
impl UnwindSafe for LoginPreparation
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