pub enum TextAlign {
Center,
Left,
Right,
Juistyfy,
Start,
End,
Inherit,
Initial,
Unset,
}
Expand description
Text Align
Variants§
Center
Align Center
Left
Align Left
Right
Align Right
Juistyfy
Align Justify
Start
Align Start
End
Align End
Inherit
Align Inherit
Initial
Align Initial
Unset
Unset
Trait Implementations§
Source§impl Ord for TextAlign
impl Ord for TextAlign
Source§impl PartialOrd for TextAlign
impl PartialOrd for TextAlign
impl Copy for TextAlign
impl Eq for TextAlign
impl StructuralPartialEq for TextAlign
Auto Trait Implementations§
impl Freeze for TextAlign
impl RefUnwindSafe for TextAlign
impl Send for TextAlign
impl Sync for TextAlign
impl Unpin for TextAlign
impl UnwindSafe for TextAlign
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