Enum papergrid::AlignmentHorizontal
source · [−]pub enum AlignmentHorizontal {
Center,
Left,
Right,
}Expand description
AlignmentHorizontal represents an horizontal alignment of a cell content.
Variants
Center
Left
Right
Trait Implementations
sourceimpl Clone for AlignmentHorizontal
impl Clone for AlignmentHorizontal
sourcefn clone(&self) -> AlignmentHorizontal
fn clone(&self) -> AlignmentHorizontal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AlignmentHorizontal
impl Debug for AlignmentHorizontal
impl Copy for AlignmentHorizontal
impl Eq for AlignmentHorizontal
impl StructuralEq for AlignmentHorizontal
impl StructuralPartialEq for AlignmentHorizontal
Auto Trait Implementations
impl RefUnwindSafe for AlignmentHorizontal
impl Send for AlignmentHorizontal
impl Sync for AlignmentHorizontal
impl Unpin for AlignmentHorizontal
impl UnwindSafe for AlignmentHorizontal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more