Enum typeql::query::ProjectionSubquery
source · pub enum ProjectionSubquery {
GetAggregate(TypeQLGetAggregate),
Fetch(Box<TypeQLFetch>),
}Variants§
GetAggregate(TypeQLGetAggregate)
Fetch(Box<TypeQLFetch>)
Implementations§
Trait Implementations§
source§impl Debug for ProjectionSubquery
impl Debug for ProjectionSubquery
source§impl Display for ProjectionSubquery
impl Display for ProjectionSubquery
source§impl PartialEq for ProjectionSubquery
impl PartialEq for ProjectionSubquery
source§fn eq(&self, other: &ProjectionSubquery) -> bool
fn eq(&self, other: &ProjectionSubquery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ProjectionSubquery
impl StructuralEq for ProjectionSubquery
impl StructuralPartialEq for ProjectionSubquery
Auto Trait Implementations§
impl RefUnwindSafe for ProjectionSubquery
impl Send for ProjectionSubquery
impl Sync for ProjectionSubquery
impl Unpin for ProjectionSubquery
impl UnwindSafe for ProjectionSubquery
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