Struct fastly_api::models::relationship_mutual_authentication::RelationshipMutualAuthentication
source · pub struct RelationshipMutualAuthentication {
pub mutual_authentication: Option<Box<RelationshipMutualAuthenticationMutualAuthentication>>,
}
Fields§
§mutual_authentication: Option<Box<RelationshipMutualAuthenticationMutualAuthentication>>
Implementations§
Trait Implementations§
source§impl Clone for RelationshipMutualAuthentication
impl Clone for RelationshipMutualAuthentication
source§fn clone(&self) -> RelationshipMutualAuthentication
fn clone(&self) -> RelationshipMutualAuthentication
Returns a copy 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<RelationshipMutualAuthentication> for RelationshipMutualAuthentication
impl PartialEq<RelationshipMutualAuthentication> for RelationshipMutualAuthentication
source§fn eq(&self, other: &RelationshipMutualAuthentication) -> bool
fn eq(&self, other: &RelationshipMutualAuthentication) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RelationshipMutualAuthentication
Auto Trait Implementations§
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