pub struct TableSelection {
pub table_name: String,
pub columns_names: Vec<String>,
}
Fields§
§table_name: String
§columns_names: Vec<String>
Trait Implementations§
Source§impl Clone for TableSelection
impl Clone for TableSelection
Source§fn clone(&self) -> TableSelection
fn clone(&self) -> TableSelection
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 TableSelection
impl RefUnwindSafe for TableSelection
impl Send for TableSelection
impl Sync for TableSelection
impl Unpin for TableSelection
impl UnwindSafe for TableSelection
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