pub struct DrasiStdevP {}Trait Implementations§
Source§impl Clone for DrasiStdevP
impl Clone for DrasiStdevP
Source§fn clone(&self) -> DrasiStdevP
fn clone(&self) -> DrasiStdevP
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ScalarFunction for DrasiStdevP
impl ScalarFunction for DrasiStdevP
fn call<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
_context: &'life1 ExpressionEvaluationContext<'_>,
expression: &'life2 FunctionExpression,
args: Vec<VariableValue>,
) -> Pin<Box<dyn Future<Output = Result<VariableValue, FunctionError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for DrasiStdevP
impl RefUnwindSafe for DrasiStdevP
impl Send for DrasiStdevP
impl Sync for DrasiStdevP
impl Unpin for DrasiStdevP
impl UnwindSafe for DrasiStdevP
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