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