pub struct SqrFunction { /* private fields */ }Expand description
The SQR function.
Implementations§
Trait Implementations§
Source§impl Callable for SqrFunction
impl Callable for SqrFunction
Auto Trait Implementations§
impl Freeze for SqrFunction
impl RefUnwindSafe for SqrFunction
impl !Send for SqrFunction
impl !Sync for SqrFunction
impl Unpin for SqrFunction
impl UnsafeUnpin for SqrFunction
impl UnwindSafe for SqrFunction
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