Struct fusionauth_rust_client::models::external_jwt_application_configuration::ExternalJwtApplicationConfiguration
source · 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 copy 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
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ExternalJwtApplicationConfiguration
Auto Trait Implementations§
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