pub struct TableInfo { /* private fields */ }
Expand description
Structs containing the information allowing to create a new TableWriter which would write file with the same record structure as another dbase file.
You can get this by using Reader::into_table_info.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableInfo
impl !RefUnwindSafe for TableInfo
impl Send for TableInfo
impl !Sync for TableInfo
impl Unpin for TableInfo
impl !UnwindSafe for TableInfo
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