pub enum JustifyFlag {
Center,
Left,
Right,
FontDefault,
}Expand description
One occurrence of a justify-class flag, captured in argv order.
Variants§
Trait Implementations§
Source§impl Clone for JustifyFlag
impl Clone for JustifyFlag
Source§fn clone(&self) -> JustifyFlag
fn clone(&self) -> JustifyFlag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JustifyFlag
impl Debug for JustifyFlag
Source§impl PartialEq for JustifyFlag
impl PartialEq for JustifyFlag
Source§fn eq(&self, other: &JustifyFlag) -> bool
fn eq(&self, other: &JustifyFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for JustifyFlag
impl Eq for JustifyFlag
impl StructuralPartialEq for JustifyFlag
Auto Trait Implementations§
impl Freeze for JustifyFlag
impl RefUnwindSafe for JustifyFlag
impl Send for JustifyFlag
impl Sync for JustifyFlag
impl Unpin for JustifyFlag
impl UnsafeUnpin for JustifyFlag
impl UnwindSafe for JustifyFlag
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