pub struct GetAppAuthConfigurationResponse {
pub config: AppAuthConfiguration,
pub authnz_pkey: Vec<u8>,
}Expand description
Application config response.
Fields§
§config: AppAuthConfigurationApplication config.
authnz_pkey: Vec<u8>C3A public key.
Trait Implementations§
Source§impl Clone for GetAppAuthConfigurationResponse
impl Clone for GetAppAuthConfigurationResponse
Source§fn clone(&self) -> GetAppAuthConfigurationResponse
fn clone(&self) -> GetAppAuthConfigurationResponse
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<'de> Deserialize<'de> for GetAppAuthConfigurationResponse
impl<'de> Deserialize<'de> for GetAppAuthConfigurationResponse
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 Eq for GetAppAuthConfigurationResponse
Source§impl PartialEq for GetAppAuthConfigurationResponse
impl PartialEq for GetAppAuthConfigurationResponse
Source§fn eq(&self, other: &GetAppAuthConfigurationResponse) -> bool
fn eq(&self, other: &GetAppAuthConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAppAuthConfigurationResponse
Auto Trait Implementations§
impl Freeze for GetAppAuthConfigurationResponse
impl RefUnwindSafe for GetAppAuthConfigurationResponse
impl Send for GetAppAuthConfigurationResponse
impl Sync for GetAppAuthConfigurationResponse
impl Unpin for GetAppAuthConfigurationResponse
impl UnsafeUnpin for GetAppAuthConfigurationResponse
impl UnwindSafe for GetAppAuthConfigurationResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.