Enum limn_core::prelude::Wrap
[−]
[src]
pub enum Wrap { NoWrap, Character, Whitespace, }
The way in which text should wrap around the width.
Variants
NoWrap
Character
Wrap at the first character that exceeds the width.
Whitespace
Wrap at the first word that exceeds the width.
Trait Implementations
impl Default for Wrap
[src]
impl Debug for Wrap
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl PartialEq<Wrap> for Wrap
[src]
fn eq(&self, __arg_0: &Wrap) -> bool
[src]
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[src]
This method tests for !=
.