Enum fourier_series::cli::Integrator
source · pub enum Integrator {
Trapezoid,
LeftRectangle,
RightRectangle,
Simpson,
Simpson38,
Boole,
}Variants§
Trait Implementations§
source§impl Clone for Integrator
impl Clone for Integrator
source§fn clone(&self) -> Integrator
fn clone(&self) -> Integrator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl ValueEnum for Integrator
impl ValueEnum for Integrator
impl Copy for Integrator
Auto Trait Implementations§
impl RefUnwindSafe for Integrator
impl Send for Integrator
impl Sync for Integrator
impl Unpin for Integrator
impl UnwindSafe for Integrator
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