pub enum TableSeparator {
Comma,
Semicolon,
}Variants§
Trait Implementations§
Source§impl Clone for TableSeparator
impl Clone for TableSeparator
Source§fn clone(&self) -> TableSeparator
fn clone(&self) -> TableSeparator
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 TableSeparator
Source§impl Debug for TableSeparator
impl Debug for TableSeparator
impl Eq for TableSeparator
Source§impl PartialEq for TableSeparator
impl PartialEq for TableSeparator
impl StructuralPartialEq for TableSeparator
Auto Trait Implementations§
impl Freeze for TableSeparator
impl RefUnwindSafe for TableSeparator
impl Send for TableSeparator
impl Sync for TableSeparator
impl Unpin for TableSeparator
impl UnsafeUnpin for TableSeparator
impl UnwindSafe for TableSeparator
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