pub enum SelectQuoteFields {
Always,
AsNeeded,
}Expand description
CSV output quote behavior.
Variants§
Trait Implementations§
Source§impl Clone for SelectQuoteFields
impl Clone for SelectQuoteFields
Source§fn clone(&self) -> SelectQuoteFields
fn clone(&self) -> SelectQuoteFields
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 SelectQuoteFields
Source§impl Debug for SelectQuoteFields
impl Debug for SelectQuoteFields
Source§impl Default for SelectQuoteFields
impl Default for SelectQuoteFields
Source§fn default() -> SelectQuoteFields
fn default() -> SelectQuoteFields
Returns the “default value” for a type. Read more
impl Eq for SelectQuoteFields
Source§impl PartialEq for SelectQuoteFields
impl PartialEq for SelectQuoteFields
Source§fn eq(&self, other: &SelectQuoteFields) -> bool
fn eq(&self, other: &SelectQuoteFields) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectQuoteFields
Auto Trait Implementations§
impl Freeze for SelectQuoteFields
impl RefUnwindSafe for SelectQuoteFields
impl Send for SelectQuoteFields
impl Sync for SelectQuoteFields
impl Unpin for SelectQuoteFields
impl UnsafeUnpin for SelectQuoteFields
impl UnwindSafe for SelectQuoteFields
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