pub struct TableDefaults {
pub parse: TabularParseConfig,
pub row_identity: RowIdentity,
}Fields§
§parse: TabularParseConfig§row_identity: RowIdentityTrait Implementations§
Source§impl Clone for TableDefaults
impl Clone for TableDefaults
Source§fn clone(&self) -> TableDefaults
fn clone(&self) -> TableDefaults
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 moreSource§impl Debug for TableDefaults
impl Debug for TableDefaults
Source§impl Default for TableDefaults
impl Default for TableDefaults
Source§fn default() -> TableDefaults
fn default() -> TableDefaults
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TableDefaults
impl<'de> Deserialize<'de> for TableDefaults
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TableDefaults
impl RefUnwindSafe for TableDefaults
impl Send for TableDefaults
impl Sync for TableDefaults
impl Unpin for TableDefaults
impl UnsafeUnpin for TableDefaults
impl UnwindSafe for TableDefaults
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