pub struct GetAdminOAuthIdentityConfigResponse {
pub kv: OAuthIdentityConfig,
pub env: OAuthIdentityConfig,
pub effective: OAuthIdentityConfig,
}Expand description
GetAdminOAuthIdentityConfigResponse model.
Fields§
§kv: OAuthIdentityConfig§env: OAuthIdentityConfig§effective: OAuthIdentityConfigTrait Implementations§
Source§impl Clone for GetAdminOAuthIdentityConfigResponse
impl Clone for GetAdminOAuthIdentityConfigResponse
Source§fn clone(&self) -> GetAdminOAuthIdentityConfigResponse
fn clone(&self) -> GetAdminOAuthIdentityConfigResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetAdminOAuthIdentityConfigResponse
impl Default for GetAdminOAuthIdentityConfigResponse
Source§fn default() -> GetAdminOAuthIdentityConfigResponse
fn default() -> GetAdminOAuthIdentityConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAdminOAuthIdentityConfigResponse
impl<'de> Deserialize<'de> for GetAdminOAuthIdentityConfigResponse
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 GetAdminOAuthIdentityConfigResponse
Auto Trait Implementations§
impl Freeze for GetAdminOAuthIdentityConfigResponse
impl RefUnwindSafe for GetAdminOAuthIdentityConfigResponse
impl Send for GetAdminOAuthIdentityConfigResponse
impl Sync for GetAdminOAuthIdentityConfigResponse
impl Unpin for GetAdminOAuthIdentityConfigResponse
impl UnsafeUnpin for GetAdminOAuthIdentityConfigResponse
impl UnwindSafe for GetAdminOAuthIdentityConfigResponse
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