Struct snow::params::HandshakeChoice [−][src]
pub struct HandshakeChoice {
pub pattern: HandshakePattern,
pub modifiers: HandshakeModifierList,
}The pattern/modifier combination choice (no primitives specified) for a full noise protocol definition.
Fields
pattern: HandshakePatternThe base pattern itself
modifiers: HandshakeModifierListThe modifier(s) requested for the base pattern
Implementations
impl HandshakeChoice[src]
impl HandshakeChoice[src]Trait Implementations
impl Clone for HandshakeChoice[src]
impl Clone for HandshakeChoice[src]fn clone(&self) -> HandshakeChoice[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl FromStr for HandshakeChoice[src]
impl FromStr for HandshakeChoice[src]impl PartialEq<HandshakeChoice> for HandshakeChoice[src]
impl PartialEq<HandshakeChoice> for HandshakeChoice[src]