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