pub enum CellAlign {
Start,
Center,
End,
Stretch,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellAlign
impl RefUnwindSafe for CellAlign
impl Send for CellAlign
impl Sync for CellAlign
impl Unpin for CellAlign
impl UnwindSafe for CellAlign
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