pub struct Factorial;Trait Implementations§
Source§impl<N> UnaryFunction<N> for Factorialwhere
N: Clone + Debug + Zero + One + Sub<N, Output = N> + Mul<N, Output = N> + PartialOrd + ToPrimitive + FromPrimitive,
impl<N> UnaryFunction<N> for Factorialwhere
N: Clone + Debug + Zero + One + Sub<N, Output = N> + Mul<N, Output = N> + PartialOrd + ToPrimitive + FromPrimitive,
Source§fn description(&self) -> Option<&str>
fn description(&self) -> Option<&str>
Gets information about the usage of this function.
Auto Trait Implementations§
impl Freeze for Factorial
impl RefUnwindSafe for Factorial
impl Send for Factorial
impl Sync for Factorial
impl Unpin for Factorial
impl UnwindSafe for Factorial
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