pub struct ExternalJwtApplicationConfiguration {
pub data: Option<HashMap<String, Value>>,
pub create_registration: Option<bool>,
}
Expand description
ExternalJwtApplicationConfiguration :
Fields§
§data: Option<HashMap<String, Value>>
§create_registration: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for ExternalJwtApplicationConfiguration
impl Clone for ExternalJwtApplicationConfiguration
Source§fn clone(&self) -> ExternalJwtApplicationConfiguration
fn clone(&self) -> ExternalJwtApplicationConfiguration
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 Default for ExternalJwtApplicationConfiguration
impl Default for ExternalJwtApplicationConfiguration
Source§fn default() -> ExternalJwtApplicationConfiguration
fn default() -> ExternalJwtApplicationConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalJwtApplicationConfiguration
impl<'de> Deserialize<'de> for ExternalJwtApplicationConfiguration
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 ExternalJwtApplicationConfiguration
impl PartialEq for ExternalJwtApplicationConfiguration
Source§fn eq(&self, other: &ExternalJwtApplicationConfiguration) -> bool
fn eq(&self, other: &ExternalJwtApplicationConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ExternalJwtApplicationConfiguration
Auto Trait Implementations§
impl Freeze for ExternalJwtApplicationConfiguration
impl RefUnwindSafe for ExternalJwtApplicationConfiguration
impl Send for ExternalJwtApplicationConfiguration
impl Sync for ExternalJwtApplicationConfiguration
impl Unpin for ExternalJwtApplicationConfiguration
impl UnwindSafe for ExternalJwtApplicationConfiguration
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