pub enum AlignmentType {
Both,
Center,
Distribute,
Start,
End,
Left,
Right,
Justified,
Unsupported,
}
Variants§
Trait Implementations§
Source§impl Clone for AlignmentType
impl Clone for AlignmentType
Source§fn clone(&self) -> AlignmentType
fn clone(&self) -> AlignmentType
Returns a copy 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 AlignmentType
impl Debug for AlignmentType
Source§impl Display for AlignmentType
impl Display for AlignmentType
Source§impl FromStr for AlignmentType
impl FromStr for AlignmentType
impl Copy for AlignmentType
Auto Trait Implementations§
impl Freeze for AlignmentType
impl RefUnwindSafe for AlignmentType
impl Send for AlignmentType
impl Sync for AlignmentType
impl Unpin for AlignmentType
impl UnwindSafe for AlignmentType
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