pub enum ExtendedMasterSecretType {
Request,
Require,
Disable,
}
Variants§
Trait Implementations§
source§impl Clone for ExtendedMasterSecretType
impl Clone for ExtendedMasterSecretType
source§fn clone(&self) -> ExtendedMasterSecretType
fn clone(&self) -> ExtendedMasterSecretType
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 ExtendedMasterSecretType
impl Default for ExtendedMasterSecretType
source§fn default() -> ExtendedMasterSecretType
fn default() -> ExtendedMasterSecretType
Returns the “default value” for a type. Read more
source§impl PartialEq<ExtendedMasterSecretType> for ExtendedMasterSecretType
impl PartialEq<ExtendedMasterSecretType> for ExtendedMasterSecretType
source§fn eq(&self, other: &ExtendedMasterSecretType) -> bool
fn eq(&self, other: &ExtendedMasterSecretType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.