Struct prql_compiler::ir::rq::RelationalQuery
source · pub struct RelationalQuery {
pub def: QueryDef,
pub tables: Vec<TableDecl>,
pub relation: Relation,
}
Fields§
§def: QueryDef
§tables: Vec<TableDecl>
§relation: Relation
Trait Implementations§
source§impl Clone for RelationalQuery
impl Clone for RelationalQuery
source§fn clone(&self) -> RelationalQuery
fn clone(&self) -> RelationalQuery
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 RelationalQuery
impl Debug for RelationalQuery
source§impl<'de> Deserialize<'de> for RelationalQuery
impl<'de> Deserialize<'de> for RelationalQuery
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
source§impl PartialEq for RelationalQuery
impl PartialEq for RelationalQuery
source§fn eq(&self, other: &RelationalQuery) -> bool
fn eq(&self, other: &RelationalQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RelationalQuery
impl Serialize for RelationalQuery
impl StructuralPartialEq for RelationalQuery
Auto Trait Implementations§
impl RefUnwindSafe for RelationalQuery
impl Send for RelationalQuery
impl Sync for RelationalQuery
impl Unpin for RelationalQuery
impl UnwindSafe for RelationalQuery
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