pub struct RowEvaluationContext<'a> {
pub row: Row,
pub target: Option<TargetColumn>,
pub params: &'a Params,
}Fields§
§row: Row§target: Option<TargetColumn>§params: &'a ParamsAuto Trait Implementations§
impl<'a> Freeze for RowEvaluationContext<'a>
impl<'a> RefUnwindSafe for RowEvaluationContext<'a>
impl<'a> Send for RowEvaluationContext<'a>
impl<'a> Sync for RowEvaluationContext<'a>
impl<'a> Unpin for RowEvaluationContext<'a>
impl<'a> UnwindSafe for RowEvaluationContext<'a>
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