Enum datafusion_sql::parser::CopyToSource
source · pub enum CopyToSource {
Relation(ObjectName),
Query(Query),
}
Variants§
Trait Implementations§
source§impl Clone for CopyToSource
impl Clone for CopyToSource
source§fn clone(&self) -> CopyToSource
fn clone(&self) -> CopyToSource
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 CopyToSource
impl Debug for CopyToSource
source§impl Display for CopyToSource
impl Display for CopyToSource
source§impl PartialEq<CopyToSource> for CopyToSource
impl PartialEq<CopyToSource> for CopyToSource
source§fn eq(&self, other: &CopyToSource) -> bool
fn eq(&self, other: &CopyToSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CopyToSource
impl StructuralEq for CopyToSource
impl StructuralPartialEq for CopyToSource
Auto Trait Implementations§
impl RefUnwindSafe for CopyToSource
impl Send for CopyToSource
impl Sync for CopyToSource
impl Unpin for CopyToSource
impl UnwindSafe for CopyToSource
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.