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§
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
source§impl PartialOrd for Alignment
impl PartialOrd for Alignment
impl Copy for Alignment
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)