Enum dcsv::CellAlignType
source · pub enum CellAlignType {
None,
Left,
Center,
Right,
}Variants§
Trait Implementations§
source§impl Clone for CellAlignType
impl Clone for CellAlignType
source§fn clone(&self) -> CellAlignType
fn clone(&self) -> CellAlignType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CellAlignType
impl Debug for CellAlignType
source§impl PartialEq for CellAlignType
impl PartialEq for CellAlignType
source§fn eq(&self, other: &CellAlignType) -> bool
fn eq(&self, other: &CellAlignType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CellAlignType
impl Eq for CellAlignType
impl StructuralEq for CellAlignType
impl StructuralPartialEq for CellAlignType
Auto Trait Implementations§
impl RefUnwindSafe for CellAlignType
impl Send for CellAlignType
impl Sync for CellAlignType
impl Unpin for CellAlignType
impl UnwindSafe for CellAlignType
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