Struct functional_closures::Function
source · pub struct Function<T = f64>where
T: Rational,{ /* private fields */ }Expand description
the main Function type of the library
Implementations§
Trait Implementations§
impl<T: Rational> Send for Function<T>
Auto Trait Implementations§
impl<T = f64> !RefUnwindSafe for Function<T>
impl<T = f64> !Sync for Function<T>
impl<T> Unpin for Function<T>
impl<T = f64> !UnwindSafe for Function<T>
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