pub struct CertificateAuthenticationSchemeDefinition {
pub use_: Option<String>,
}Expand description
Represents the definition of a certificate authentication scheme
Fields§
§use_: Option<String>Gets/sets the name of the secret, if any, used to configure the authentication scheme
Trait Implementations§
Source§impl Clone for CertificateAuthenticationSchemeDefinition
impl Clone for CertificateAuthenticationSchemeDefinition
Source§fn clone(&self) -> CertificateAuthenticationSchemeDefinition
fn clone(&self) -> CertificateAuthenticationSchemeDefinition
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 CertificateAuthenticationSchemeDefinition
impl Default for CertificateAuthenticationSchemeDefinition
Source§fn default() -> CertificateAuthenticationSchemeDefinition
fn default() -> CertificateAuthenticationSchemeDefinition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CertificateAuthenticationSchemeDefinition
impl<'de> Deserialize<'de> for CertificateAuthenticationSchemeDefinition
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 CertificateAuthenticationSchemeDefinition
impl PartialEq for CertificateAuthenticationSchemeDefinition
Source§fn eq(&self, other: &CertificateAuthenticationSchemeDefinition) -> bool
fn eq(&self, other: &CertificateAuthenticationSchemeDefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CertificateAuthenticationSchemeDefinition
impl StructuralPartialEq for CertificateAuthenticationSchemeDefinition
Auto Trait Implementations§
impl Freeze for CertificateAuthenticationSchemeDefinition
impl RefUnwindSafe for CertificateAuthenticationSchemeDefinition
impl Send for CertificateAuthenticationSchemeDefinition
impl Sync for CertificateAuthenticationSchemeDefinition
impl Unpin for CertificateAuthenticationSchemeDefinition
impl UnsafeUnpin for CertificateAuthenticationSchemeDefinition
impl UnwindSafe for CertificateAuthenticationSchemeDefinition
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