Struct fusionauth_rust_client::models::tenant_o_auth2_configuration::TenantOAuth2Configuration
source · pub struct TenantOAuth2Configuration {
pub client_credentials_access_token_populate_lambda_id: Option<Uuid>,
}
Fields§
§client_credentials_access_token_populate_lambda_id: Option<Uuid>
Implementations§
source§impl TenantOAuth2Configuration
impl TenantOAuth2Configuration
pub fn new() -> TenantOAuth2Configuration
Trait Implementations§
source§impl Clone for TenantOAuth2Configuration
impl Clone for TenantOAuth2Configuration
source§fn clone(&self) -> TenantOAuth2Configuration
fn clone(&self) -> TenantOAuth2Configuration
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 Debug for TenantOAuth2Configuration
impl Debug for TenantOAuth2Configuration
source§impl Default for TenantOAuth2Configuration
impl Default for TenantOAuth2Configuration
source§fn default() -> TenantOAuth2Configuration
fn default() -> TenantOAuth2Configuration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TenantOAuth2Configuration
impl<'de> Deserialize<'de> for TenantOAuth2Configuration
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 TenantOAuth2Configuration
impl PartialEq for TenantOAuth2Configuration
source§fn eq(&self, other: &TenantOAuth2Configuration) -> bool
fn eq(&self, other: &TenantOAuth2Configuration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TenantOAuth2Configuration
Auto Trait Implementations§
impl RefUnwindSafe for TenantOAuth2Configuration
impl Send for TenantOAuth2Configuration
impl Sync for TenantOAuth2Configuration
impl Unpin for TenantOAuth2Configuration
impl UnwindSafe for TenantOAuth2Configuration
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