Enum code_editor::prelude::TextAlignment
source · pub enum TextAlignment {
Left,
Center,
Right,
}Variants§
Trait Implementations§
source§impl PartialEq<TextAlignment> for TextAlignment
impl PartialEq<TextAlignment> for TextAlignment
source§fn eq(&self, other: &TextAlignment) -> bool
fn eq(&self, other: &TextAlignment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.