Enum framecodecs::delimiter::LineDelimiter
[−]
[src]
pub enum LineDelimiter { Cr, Lf, CrLf, }
A line break delimiter.
Variants
Cr
Carriage return.
Lf
Line feed.
CrLf
Carriage return / line feed.
Trait Implementations
impl Debug for LineDelimiter
[src]
impl Clone for LineDelimiter
[src]
fn clone(&self) -> LineDelimiter
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
impl Copy for LineDelimiter
[src]
impl PartialEq for LineDelimiter
[src]
fn eq(&self, __arg_0: &LineDelimiter) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.