pub enum QueryShape {
Select,
SetOperation,
}Expand description
Top-level query shape.
Variants§
Trait Implementations§
Source§impl Clone for QueryShape
impl Clone for QueryShape
Source§fn clone(&self) -> QueryShape
fn clone(&self) -> QueryShape
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QueryShape
Source§impl Debug for QueryShape
impl Debug for QueryShape
Source§impl<'de> Deserialize<'de> for QueryShape
impl<'de> Deserialize<'de> for QueryShape
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for QueryShape
Source§impl PartialEq for QueryShape
impl PartialEq for QueryShape
Source§fn eq(&self, other: &QueryShape) -> bool
fn eq(&self, other: &QueryShape) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueryShape
impl Serialize for QueryShape
impl StructuralPartialEq for QueryShape
Auto Trait Implementations§
impl Freeze for QueryShape
impl RefUnwindSafe for QueryShape
impl Send for QueryShape
impl Sync for QueryShape
impl Unpin for QueryShape
impl UnsafeUnpin for QueryShape
impl UnwindSafe for QueryShape
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