Struct snow::params::HandshakeModifierList
source · pub struct HandshakeModifierList {
pub list: Vec<HandshakeModifier>,
}
Expand description
Handshake modifiers that will be used during key exchange handshake.
Fields§
§list: Vec<HandshakeModifier>
List of parsed modifiers.
Trait Implementations§
source§impl Clone for HandshakeModifierList
impl Clone for HandshakeModifierList
source§fn clone(&self) -> HandshakeModifierList
fn clone(&self) -> HandshakeModifierList
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 more