Enum limn_core::prelude::Spacing
[−]
[src]
pub enum Spacing { Around, Between, End, Start, }
Variants
Around
Equal spacing before, after and between all elements
Between
Equal spacing between elements, with no extra space on the ends
End
Elements packed together at the start, leaving space at the end
Start
Elements packed together at the end, leaving space at the start
Trait Implementations
impl Debug for Spacing
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl PartialEq<Spacing> for Spacing
[src]
fn eq(&self, __arg_0: &Spacing) -> 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 !=
.