pub enum ColSpec {
Left,
Center,
Right,
VRule,
}Expand description
One column of an {array} preamble (l, c, r, |).
Variants§
Implementations§
Trait Implementations§
impl Copy for ColSpec
impl Eq for ColSpec
impl StructuralPartialEq for ColSpec
Auto Trait Implementations§
impl Freeze for ColSpec
impl RefUnwindSafe for ColSpec
impl Send for ColSpec
impl Sync for ColSpec
impl Unpin for ColSpec
impl UnsafeUnpin for ColSpec
impl UnwindSafe for ColSpec
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