pub enum TextJustify {
Left,
Center,
Right,
}Expand description
Horizontal text justification.
Variants§
Trait Implementations§
Source§impl Clone for TextJustify
impl Clone for TextJustify
Source§fn clone(&self) -> TextJustify
fn clone(&self) -> TextJustify
Returns a duplicate 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 TextJustify
impl Debug for TextJustify
Source§impl PartialEq for TextJustify
impl PartialEq for TextJustify
impl Copy for TextJustify
impl StructuralPartialEq for TextJustify
Auto Trait Implementations§
impl Freeze for TextJustify
impl RefUnwindSafe for TextJustify
impl Send for TextJustify
impl Sync for TextJustify
impl Unpin for TextJustify
impl UnsafeUnpin for TextJustify
impl UnwindSafe for TextJustify
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