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