Struct kip_sql::planner::operator::copy_from_file::CopyFromFileOperator
source · pub struct CopyFromFileOperator {
pub table: String,
pub source: ExtSource,
pub columns: Vec<Arc<ColumnCatalog>>,
}
Fields§
§table: String
§source: ExtSource
§columns: Vec<Arc<ColumnCatalog>>
Trait Implementations§
source§impl Clone for CopyFromFileOperator
impl Clone for CopyFromFileOperator
source§fn clone(&self) -> CopyFromFileOperator
fn clone(&self) -> CopyFromFileOperator
Returns a copy 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 moresource§impl Debug for CopyFromFileOperator
impl Debug for CopyFromFileOperator
source§impl Hash for CopyFromFileOperator
impl Hash for CopyFromFileOperator
source§impl PartialEq for CopyFromFileOperator
impl PartialEq for CopyFromFileOperator
source§fn eq(&self, other: &CopyFromFileOperator) -> bool
fn eq(&self, other: &CopyFromFileOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CopyFromFileOperator
impl StructuralEq for CopyFromFileOperator
impl StructuralPartialEq for CopyFromFileOperator
Auto Trait Implementations§
impl RefUnwindSafe for CopyFromFileOperator
impl Send for CopyFromFileOperator
impl Sync for CopyFromFileOperator
impl Unpin for CopyFromFileOperator
impl UnwindSafe for CopyFromFileOperator
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.