pub enum ColumnSeparationType {
AlignSeparation,
AlignAtSeparation,
GatherSeparation,
SmallSeparation,
CdSeparation,
}Expand description
How columns of an array are separated.
Variants§
Trait Implementations§
Source§impl Clone for ColumnSeparationType
impl Clone for ColumnSeparationType
Source§fn clone(&self) -> ColumnSeparationType
fn clone(&self) -> ColumnSeparationType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ColumnSeparationType
Source§impl Debug for ColumnSeparationType
impl Debug for ColumnSeparationType
impl Eq for ColumnSeparationType
Source§impl PartialEq for ColumnSeparationType
impl PartialEq for ColumnSeparationType
impl StructuralPartialEq for ColumnSeparationType
Auto Trait Implementations§
impl Freeze for ColumnSeparationType
impl RefUnwindSafe for ColumnSeparationType
impl Send for ColumnSeparationType
impl Sync for ColumnSeparationType
impl Unpin for ColumnSeparationType
impl UnsafeUnpin for ColumnSeparationType
impl UnwindSafe for ColumnSeparationType
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