pub enum Align {
Top,
Bottom,
Center,
}
Expand description
Used to vertically align contents of a cell
Variants
Top
Aligns contents to top
Bottom
Aligns contents to bottom
Center
Aligns contents to center
Trait Implementations
impl Copy 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
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