pub struct TableSelection {
pub table_name: String,
pub columns_names: Vec<String>,
}
Fields§
§table_name: String
§columns_names: Vec<String>
Auto 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