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