Enum TableAlignment
enum TableAlignment
Alignment of a single table cell.
Variants
-
None Cell content is unaligned.
-
Left Cell content is aligned left.
-
Center Cell content is centered.
-
Right Cell content is aligned right.
Implementations
impl Clone for TableAlignment
fn clone(self: &Self) -> TableAlignment
impl Copy for TableAlignment
impl Debug for TableAlignment
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for TableAlignment
impl Freeze for TableAlignment
impl PartialEq for TableAlignment
fn eq(self: &Self, other: &TableAlignment) -> bool
impl RefUnwindSafe for TableAlignment
impl Send for TableAlignment
impl StructuralPartialEq for TableAlignment
impl Sync for TableAlignment
impl Unpin for TableAlignment
impl UnwindSafe for TableAlignment
impl<T> Any for TableAlignment
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for TableAlignment
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for TableAlignment
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for TableAlignment
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for TableAlignment
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for TableAlignment
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for TableAlignment
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for TableAlignment
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for TableAlignment
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>