#[repr(C)]pub struct CopyFormatOptions {Show 20 fields
pub file_encoding: c_int,
pub binary: bool,
pub freeze: bool,
pub csv_mode: bool,
pub header_line: bool,
pub null_print: *mut c_char,
pub null_print_len: c_int,
pub null_print_client: *mut c_char,
pub delim: *mut c_char,
pub quote: *mut c_char,
pub escape: *mut c_char,
pub force_quote: *mut List,
pub force_quote_all: bool,
pub force_quote_flags: *mut bool,
pub force_notnull: *mut List,
pub force_notnull_flags: *mut bool,
pub force_null: *mut List,
pub force_null_flags: *mut bool,
pub convert_selectively: bool,
pub convert_select: *mut List,
}
Fields§
§file_encoding: c_int
§binary: bool
§freeze: bool
§csv_mode: bool
§header_line: bool
§null_print: *mut c_char
§null_print_len: c_int
§null_print_client: *mut c_char
§delim: *mut c_char
§quote: *mut c_char
§escape: *mut c_char
§force_quote: *mut List
§force_quote_all: bool
§force_quote_flags: *mut bool
§force_notnull: *mut List
§force_notnull_flags: *mut bool
§force_null: *mut List
§force_null_flags: *mut bool
§convert_selectively: bool
§convert_select: *mut List
Trait Implementations§
Source§impl Clone for CopyFormatOptions
impl Clone for CopyFormatOptions
Source§fn clone(&self) -> CopyFormatOptions
fn clone(&self) -> CopyFormatOptions
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 CopyFormatOptions
impl Debug for CopyFormatOptions
Source§impl Default for CopyFormatOptions
impl Default for CopyFormatOptions
impl Copy for CopyFormatOptions
Auto Trait Implementations§
impl Freeze for CopyFormatOptions
impl RefUnwindSafe for CopyFormatOptions
impl !Send for CopyFormatOptions
impl !Sync for CopyFormatOptions
impl Unpin for CopyFormatOptions
impl UnwindSafe for CopyFormatOptions
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