pub enum FieldNameMode {
AutoA1,
AutoNumPadded,
A1,
NumPadded,
}Expand description
defines the column key naming convention
Variants§
Implementations§
Source§impl FieldNameMode
either Preview or Async mode
impl FieldNameMode
either Preview or Async mode
pub fn from_key(system: &str, override_header: bool) -> Self
Sourcepub fn override_headers(&self) -> bool
pub fn override_headers(&self) -> bool
use seqquential a1 or C01 column style unless custom overrides are added
Sourcepub fn keep_headers(&self) -> bool
pub fn keep_headers(&self) -> bool
use default headers if available unless override by custom headers
Trait Implementations§
Source§impl Clone for FieldNameMode
impl Clone for FieldNameMode
Source§fn clone(&self) -> FieldNameMode
fn clone(&self) -> FieldNameMode
Returns a duplicate 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 FieldNameMode
impl Debug for FieldNameMode
Source§impl Default for FieldNameMode
impl Default for FieldNameMode
Source§fn default() -> FieldNameMode
fn default() -> FieldNameMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for FieldNameMode
impl PartialEq for FieldNameMode
Source§impl ToString for FieldNameMode
impl ToString for FieldNameMode
impl Copy for FieldNameMode
impl Eq for FieldNameMode
impl StructuralPartialEq for FieldNameMode
Auto Trait Implementations§
impl Freeze for FieldNameMode
impl RefUnwindSafe for FieldNameMode
impl Send for FieldNameMode
impl Sync for FieldNameMode
impl Unpin for FieldNameMode
impl UnwindSafe for FieldNameMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.