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 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 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
impl StructuralPartialEq for TenantOAuth2Configuration
Auto Trait Implementations§
impl Freeze for TenantOAuth2Configuration
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