pub struct TableRequiringName {
pub table_index: usize,
pub suggested_name: Option<String>,
}Expand description
Table requiring name input (for SQL imports)
Fields§
§table_index: usize§suggested_name: Option<String>Trait Implementations§
Source§impl Clone for TableRequiringName
impl Clone for TableRequiringName
Source§fn clone(&self) -> TableRequiringName
fn clone(&self) -> TableRequiringName
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 moreAuto Trait Implementations§
impl Freeze for TableRequiringName
impl RefUnwindSafe for TableRequiringName
impl Send for TableRequiringName
impl Sync for TableRequiringName
impl Unpin for TableRequiringName
impl UnwindSafe for TableRequiringName
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