pub enum Align {
Left,
Right,
Center,
}
Expand description
text-align:{self}
Variants§
Trait Implementations§
source§impl PartialEq for Align
impl PartialEq for Align
impl Copy for Align
impl StructuralPartialEq for Align
Auto Trait Implementations§
impl RefUnwindSafe for Align
impl Send for Align
impl Sync for Align
impl Unpin for Align
impl UnwindSafe for Align
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