pub struct CoshFunction;Trait Implementations§
Source§impl<N: ToPrimitive + FromPrimitive> Function<N> for CoshFunction
impl<N: ToPrimitive + FromPrimitive> Function<N> for CoshFunction
Auto Trait Implementations§
impl Freeze for CoshFunction
impl RefUnwindSafe for CoshFunction
impl Send for CoshFunction
impl Sync for CoshFunction
impl Unpin for CoshFunction
impl UnwindSafe for CoshFunction
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