pub struct CopyFrom {
pub table_name: String,
pub file_path: String,
pub options: HashMap<String, String>,
}Expand description
COPY FROM statement — load data from a file into a table.
Fields§
§table_name: String§file_path: String§options: HashMap<String, String>Trait Implementations§
impl StructuralPartialEq for CopyFrom
Auto Trait Implementations§
impl Freeze for CopyFrom
impl RefUnwindSafe for CopyFrom
impl Send for CopyFrom
impl Sync for CopyFrom
impl Unpin for CopyFrom
impl UnsafeUnpin for CopyFrom
impl UnwindSafe for CopyFrom
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