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