pub struct Table { /* private fields */ }Expand description
A single table
Implementations§
Source§impl Table
impl Table
Sourcepub fn push_column<S>(&mut self, name: S, data_type: ValueType)where
S: Into<Latin1String>,
pub fn push_column<S>(&mut self, name: S, data_type: ValueType)where
S: Into<Latin1String>,
Add a column to this table
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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