pub struct SelectCol {
pub name: String,
pub agg: AggFunc,
pub alias: Option<String>,
}Fields§
§name: String§agg: AggFunc§alias: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectCol
impl RefUnwindSafe for SelectCol
impl Send for SelectCol
impl Sync for SelectCol
impl Unpin for SelectCol
impl UnsafeUnpin for SelectCol
impl UnwindSafe for SelectCol
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