Struct polars_lazy::physical_plan::expressions::AggregationContext
source · [−]pub struct AggregationContext<'a> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AggregationContext<'a>
impl<'a> Send for AggregationContext<'a>
impl<'a> Sync for AggregationContext<'a>
impl<'a> Unpin for AggregationContext<'a>
impl<'a> !UnwindSafe for AggregationContext<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more