Struct snow::params::HandshakeChoice [−][src]
pub struct HandshakeChoice {
pub pattern: HandshakePattern,
pub modifiers: HandshakeModifierList,
}Fields
pattern: HandshakePattern
modifiers: HandshakeModifierList
Methods
impl HandshakeChoice[src]
impl HandshakeChoiceTrait Implementations
impl Clone for HandshakeChoice[src]
impl Clone for HandshakeChoicefn clone(&self) -> HandshakeChoice[src]
fn clone(&self) -> HandshakeChoiceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for HandshakeChoice[src]
impl PartialEq for HandshakeChoicefn eq(&self, other: &HandshakeChoice) -> bool[src]
fn eq(&self, other: &HandshakeChoice) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HandshakeChoice) -> bool[src]
fn ne(&self, other: &HandshakeChoice) -> boolThis method tests for !=.
impl Debug for HandshakeChoice[src]
impl Debug for HandshakeChoicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for HandshakeChoice[src]
impl FromStr for HandshakeChoicetype Err = &'static str
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>[src]
fn from_str(s: &str) -> Result<Self, Self::Err>Parses a string s to return a value of this type. Read more
impl TryFrom<HandshakeChoice> for HandshakeTokens[src]
impl TryFrom<HandshakeChoice> for HandshakeTokensAuto Trait Implementations
impl Send for HandshakeChoice
impl Send for HandshakeChoiceimpl Sync for HandshakeChoice
impl Sync for HandshakeChoice