Struct snow::params::HandshakeModifierList [−][src]
pub struct HandshakeModifierList {
pub list: Vec<HandshakeModifier>,
}Fields
list: Vec<HandshakeModifier>
Trait Implementations
impl Clone for HandshakeModifierList[src]
impl Clone for HandshakeModifierListfn clone(&self) -> HandshakeModifierList[src]
fn clone(&self) -> HandshakeModifierListReturns 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 HandshakeModifierList[src]
impl PartialEq for HandshakeModifierListfn eq(&self, other: &HandshakeModifierList) -> bool[src]
fn eq(&self, other: &HandshakeModifierList) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HandshakeModifierList) -> bool[src]
fn ne(&self, other: &HandshakeModifierList) -> boolThis method tests for !=.
impl Debug for HandshakeModifierList[src]
impl Debug for HandshakeModifierListfn 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 HandshakeModifierList[src]
impl FromStr for HandshakeModifierListAuto Trait Implementations
impl Send for HandshakeModifierList
impl Send for HandshakeModifierListimpl Sync for HandshakeModifierList
impl Sync for HandshakeModifierList