pub struct StatusLoginMethods {
pub facebook: Option<bool>,
pub github: Option<bool>,
pub google: Option<bool>,
pub local: Option<bool>,
pub oidc: Option<bool>,
pub saml: Option<bool>,
pub twitter: Option<bool>,
}Fields§
§facebook: Option<bool>§github: Option<bool>§google: Option<bool>§local: Option<bool>§oidc: Option<bool>§saml: Option<bool>§twitter: Option<bool>Trait Implementations§
Source§impl Clone for StatusLoginMethods
impl Clone for StatusLoginMethods
Source§fn clone(&self) -> StatusLoginMethods
fn clone(&self) -> StatusLoginMethods
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 moreSource§impl Debug for StatusLoginMethods
impl Debug for StatusLoginMethods
Source§impl<'de> Deserialize<'de> for StatusLoginMethods
impl<'de> Deserialize<'de> for StatusLoginMethods
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 StatusLoginMethods
impl RefUnwindSafe for StatusLoginMethods
impl Send for StatusLoginMethods
impl Sync for StatusLoginMethods
impl Unpin for StatusLoginMethods
impl UnsafeUnpin for StatusLoginMethods
impl UnwindSafe for StatusLoginMethods
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