pub struct AuthSettings {
pub app_verification_disabled_for_testing: bool,
}Fields§
§app_verification_disabled_for_testing: boolTrait Implementations§
Source§impl Clone for AuthSettings
impl Clone for AuthSettings
Source§fn clone(&self) -> AuthSettings
fn clone(&self) -> AuthSettings
Returns a duplicate of the value. Read more
1.0.0 · 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 AuthSettings
impl Debug for AuthSettings
Source§impl Default for AuthSettings
impl Default for AuthSettings
Source§fn default() -> AuthSettings
fn default() -> AuthSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthSettings
impl<'de> Deserialize<'de> for AuthSettings
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
Source§impl PartialEq for AuthSettings
impl PartialEq for AuthSettings
Source§impl Serialize for AuthSettings
impl Serialize for AuthSettings
impl Eq for AuthSettings
impl StructuralPartialEq for AuthSettings
Auto Trait Implementations§
impl Freeze for AuthSettings
impl RefUnwindSafe for AuthSettings
impl Send for AuthSettings
impl Sync for AuthSettings
impl Unpin for AuthSettings
impl UnwindSafe for AuthSettings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.