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 moresource§impl Debug for HandshakeModifierList
impl Debug for HandshakeModifierList
source§impl FromStr for HandshakeModifierList
impl FromStr for HandshakeModifierList
source§impl PartialEq<HandshakeModifierList> for HandshakeModifierList
impl PartialEq<HandshakeModifierList> for HandshakeModifierList
source§fn eq(&self, other: &HandshakeModifierList) -> bool
fn eq(&self, other: &HandshakeModifierList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HandshakeModifierList
Auto Trait Implementations§
impl RefUnwindSafe for HandshakeModifierList
impl Send for HandshakeModifierList
impl Sync for HandshakeModifierList
impl Unpin for HandshakeModifierList
impl UnwindSafe for HandshakeModifierList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more