pub enum Alignment {
None,
Left,
Center,
Right,
}Expand description
Similar to Pulldown-Cmark-Alignment, but with required traits for comparison to allow testing.
Variants§
Trait Implementations§
impl Copy for Alignment
impl Eq for Alignment
Source§impl<'a> From<&'a Alignment> for Alignment
impl<'a> From<&'a Alignment> for Alignment
Source§fn from(s: &'a TableAlignment) -> Self
fn from(s: &'a TableAlignment) -> Self
Converts to this type from the input type.
Source§impl Ord for Alignment
impl Ord for Alignment
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Alignment
impl PartialOrd for Alignment
impl StructuralPartialEq for Alignment
Auto Trait Implementations§
impl Freeze for Alignment
impl RefUnwindSafe for Alignment
impl Send for Alignment
impl Sync for Alignment
impl Unpin for Alignment
impl UnsafeUnpin for Alignment
impl UnwindSafe for Alignment
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