Enum colonnade::VerticalAlignment
source · pub enum VerticalAlignment {
Top,
Middle,
Bottom,
}Expand description
Vertical alignments of text within a column.
Variants§
Trait Implementations§
source§impl Clone for VerticalAlignment
impl Clone for VerticalAlignment
source§fn clone(&self) -> VerticalAlignment
fn clone(&self) -> VerticalAlignment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VerticalAlignment
impl Debug for VerticalAlignment
source§impl PartialEq<VerticalAlignment> for VerticalAlignment
impl PartialEq<VerticalAlignment> for VerticalAlignment
source§fn eq(&self, other: &VerticalAlignment) -> bool
fn eq(&self, other: &VerticalAlignment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.