pub struct ValuesOperator {
pub rows: Vec<Vec<ValueRef>>,
pub columns: Vec<Arc<ColumnCatalog>>,
}
Fields§
§rows: Vec<Vec<ValueRef>>
§columns: Vec<Arc<ColumnCatalog>>
Trait Implementations§
source§impl Clone for ValuesOperator
impl Clone for ValuesOperator
source§fn clone(&self) -> ValuesOperator
fn clone(&self) -> ValuesOperator
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 ValuesOperator
impl Debug for ValuesOperator
source§impl Hash for ValuesOperator
impl Hash for ValuesOperator
source§impl PartialEq for ValuesOperator
impl PartialEq for ValuesOperator
source§fn eq(&self, other: &ValuesOperator) -> bool
fn eq(&self, other: &ValuesOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ValuesOperator
impl StructuralEq for ValuesOperator
impl StructuralPartialEq for ValuesOperator
Auto Trait Implementations§
impl RefUnwindSafe for ValuesOperator
impl Send for ValuesOperator
impl Sync for ValuesOperator
impl Unpin for ValuesOperator
impl UnwindSafe for ValuesOperator
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.