pub struct MutualAuthenticationResponseAttributesAllOf {
pub enforced: Option<bool>,
}
Fields§
§enforced: Option<bool>
Determines whether Mutual TLS will fail closed (enforced) or fail open.
Implementations§
Trait Implementations§
Source§impl Clone for MutualAuthenticationResponseAttributesAllOf
impl Clone for MutualAuthenticationResponseAttributesAllOf
Source§fn clone(&self) -> MutualAuthenticationResponseAttributesAllOf
fn clone(&self) -> MutualAuthenticationResponseAttributesAllOf
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 Default for MutualAuthenticationResponseAttributesAllOf
impl Default for MutualAuthenticationResponseAttributesAllOf
Source§fn default() -> MutualAuthenticationResponseAttributesAllOf
fn default() -> MutualAuthenticationResponseAttributesAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MutualAuthenticationResponseAttributesAllOf
impl<'de> Deserialize<'de> for MutualAuthenticationResponseAttributesAllOf
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 MutualAuthenticationResponseAttributesAllOf
impl PartialEq for MutualAuthenticationResponseAttributesAllOf
Source§fn eq(&self, other: &MutualAuthenticationResponseAttributesAllOf) -> bool
fn eq(&self, other: &MutualAuthenticationResponseAttributesAllOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for MutualAuthenticationResponseAttributesAllOf
Auto Trait Implementations§
impl Freeze for MutualAuthenticationResponseAttributesAllOf
impl RefUnwindSafe for MutualAuthenticationResponseAttributesAllOf
impl Send for MutualAuthenticationResponseAttributesAllOf
impl Sync for MutualAuthenticationResponseAttributesAllOf
impl Unpin for MutualAuthenticationResponseAttributesAllOf
impl UnwindSafe for MutualAuthenticationResponseAttributesAllOf
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