pub struct RelationshipMutualAuthentication {
pub mutual_authentication: Option<Box<RelationshipMutualAuthenticationMutualAuthentication>>,
}
Expand description
RelationshipMutualAuthentication : The Mutual Authentication for client-to-server authentication. Optional.
Fields§
§mutual_authentication: Option<Box<RelationshipMutualAuthenticationMutualAuthentication>>
Implementations§
Source§impl RelationshipMutualAuthentication
impl RelationshipMutualAuthentication
Sourcepub fn new() -> RelationshipMutualAuthentication
pub fn new() -> RelationshipMutualAuthentication
The Mutual Authentication for client-to-server authentication. Optional.
Trait Implementations§
Source§impl Clone for RelationshipMutualAuthentication
impl Clone for RelationshipMutualAuthentication
Source§fn clone(&self) -> RelationshipMutualAuthentication
fn clone(&self) -> RelationshipMutualAuthentication
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 RelationshipMutualAuthentication
impl Default for RelationshipMutualAuthentication
Source§fn default() -> RelationshipMutualAuthentication
fn default() -> RelationshipMutualAuthentication
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationshipMutualAuthentication
impl<'de> Deserialize<'de> for RelationshipMutualAuthentication
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 RelationshipMutualAuthentication
impl PartialEq for RelationshipMutualAuthentication
Source§fn eq(&self, other: &RelationshipMutualAuthentication) -> bool
fn eq(&self, other: &RelationshipMutualAuthentication) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RelationshipMutualAuthentication
Auto Trait Implementations§
impl Freeze for RelationshipMutualAuthentication
impl RefUnwindSafe for RelationshipMutualAuthentication
impl Send for RelationshipMutualAuthentication
impl Sync for RelationshipMutualAuthentication
impl Unpin for RelationshipMutualAuthentication
impl UnwindSafe for RelationshipMutualAuthentication
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