pub struct GQLQuery {
pub statements: HashMap<&'static str, Box<dyn Statement>>,
pub has_aggregation_function: bool,
pub has_group_by_statement: bool,
pub hidden_selections: Vec<String>,
}
Fields§
§statements: HashMap<&'static str, Box<dyn Statement>>
§has_aggregation_function: bool
§has_group_by_statement: bool
Auto Trait Implementations§
impl Freeze for GQLQuery
impl !RefUnwindSafe for GQLQuery
impl !Send for GQLQuery
impl !Sync for GQLQuery
impl Unpin for GQLQuery
impl !UnwindSafe for GQLQuery
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