Enum base64::LineWrap
[−]
[src]
pub enum LineWrap { NoWrap, Wrap(usize, LineEnding), }
Line wrap configuration.
Variants
NoWrap
Don't wrap.
Wrap(usize, LineEnding)
Wrap lines with the specified length and line ending. The length must be > 0.
Trait Implementations
impl Clone for LineWrap
[src]
impl Clone for LineWrap
fn clone(&self) -> LineWrap
[src]
fn clone(&self) -> LineWrap
Returns 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 Copy for LineWrap
[src]
impl Copy for LineWrap
impl Debug for LineWrap
[src]
impl Debug for LineWrap