Enum noise_protocol::patterns::Token
[−]
[src]
pub enum Token {
E,
S,
EE,
ES,
SE,
SS,
}Variants
ESEEESSESSTrait Implementations
impl Copy for Token[src]
impl Clone for Token[src]
fn clone(&self) -> Token
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more