Struct gitql_ast::statement::AggregationsStatement
source · pub struct AggregationsStatement {
pub aggregations: HashMap<String, AggregateValue>,
}
Fields§
§aggregations: HashMap<String, AggregateValue>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AggregationsStatement
impl !RefUnwindSafe for AggregationsStatement
impl !Send for AggregationsStatement
impl !Sync for AggregationsStatement
impl Unpin for AggregationsStatement
impl !UnwindSafe for AggregationsStatement
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