pub struct AuthenticationTokenConfiguration {
pub enabled: Option<bool>,
}
Fields§
§enabled: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for AuthenticationTokenConfiguration
impl Clone for AuthenticationTokenConfiguration
Source§fn clone(&self) -> AuthenticationTokenConfiguration
fn clone(&self) -> AuthenticationTokenConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AuthenticationTokenConfiguration
impl Default for AuthenticationTokenConfiguration
Source§fn default() -> AuthenticationTokenConfiguration
fn default() -> AuthenticationTokenConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticationTokenConfiguration
impl<'de> Deserialize<'de> for AuthenticationTokenConfiguration
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 AuthenticationTokenConfiguration
impl PartialEq for AuthenticationTokenConfiguration
Source§fn eq(&self, other: &AuthenticationTokenConfiguration) -> bool
fn eq(&self, other: &AuthenticationTokenConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AuthenticationTokenConfiguration
Auto Trait Implementations§
impl Freeze for AuthenticationTokenConfiguration
impl RefUnwindSafe for AuthenticationTokenConfiguration
impl Send for AuthenticationTokenConfiguration
impl Sync for AuthenticationTokenConfiguration
impl Unpin for AuthenticationTokenConfiguration
impl UnwindSafe for AuthenticationTokenConfiguration
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