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