Enum cea708_types::tables::Justify
source · pub enum Justify {
Left,
Right,
Center,
Full,
}Expand description
Text tustification options
Variants§
Trait Implementations§
source§impl Ord for Justify
impl Ord for Justify
source§impl PartialEq for Justify
impl PartialEq for Justify
source§impl PartialOrd for Justify
impl PartialOrd for Justify
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Justify
impl Eq for Justify
impl StructuralPartialEq for Justify
Auto Trait Implementations§
impl Freeze for Justify
impl RefUnwindSafe for Justify
impl Send for Justify
impl Sync for Justify
impl Unpin for Justify
impl UnwindSafe for Justify
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more