pub struct QueryPart {
pub match_clauses: Vec<MatchClause>,
pub where_clauses: Vec<Expression>,
pub return_clause: ProjectionClause,
}Fields§
§match_clauses: Vec<MatchClause>§where_clauses: Vec<Expression>§return_clause: ProjectionClauseTrait Implementations§
impl StructuralPartialEq for QueryPart
Auto Trait Implementations§
impl Freeze for QueryPart
impl RefUnwindSafe for QueryPart
impl Send for QueryPart
impl Sync for QueryPart
impl Unpin for QueryPart
impl UnwindSafe for QueryPart
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