pub enum Justify {
Left,
Right,
Center,
}
Expand description
Used to horizontally justify contents of a cell
Variants
Left
Justifies contents to left
Right
Justifies contents to right
Center
Justifies contents to center
Trait Implementations
impl Copy for Justify
Auto Trait Implementations
impl RefUnwindSafe for Justify
impl Send for Justify
impl Sync for Justify
impl Unpin for Justify
impl UnwindSafe for Justify
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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