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