pub struct GQLQuery {
pub statements: HashMap<String, Box<dyn Statement>>,
pub has_aggregation_function: bool,
pub hidden_selections: Vec<String>,
}
Fields§
§statements: HashMap<String, Box<dyn Statement>>
§has_aggregation_function: bool
Auto Trait Implementations§
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