Struct partiql_ast::ast::GroupKey
source · pub struct GroupKey {
pub expr: Box<Expr>,
pub as_alias: Option<SymbolPrimitive>,
}
Expand description
Fields§
§expr: Box<Expr>
§as_alias: Option<SymbolPrimitive>
Trait Implementations§
source§impl PartialEq<GroupKey> for GroupKey
impl PartialEq<GroupKey> for GroupKey
impl StructuralPartialEq for GroupKey
Auto Trait Implementations§
impl RefUnwindSafe for GroupKey
impl Send for GroupKey
impl Sync for GroupKey
impl Unpin for GroupKey
impl UnwindSafe for GroupKey
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