pub enum ReconstructionGradient {
LeastSquares,
GreenGauss,
}Variants§
Trait Implementations§
Source§impl Clone for ReconstructionGradient
impl Clone for ReconstructionGradient
Source§fn clone(&self) -> ReconstructionGradient
fn clone(&self) -> ReconstructionGradient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReconstructionGradient
Source§impl Debug for ReconstructionGradient
impl Debug for ReconstructionGradient
impl Eq for ReconstructionGradient
Source§impl PartialEq for ReconstructionGradient
impl PartialEq for ReconstructionGradient
impl StructuralPartialEq for ReconstructionGradient
Auto Trait Implementations§
impl Freeze for ReconstructionGradient
impl RefUnwindSafe for ReconstructionGradient
impl Send for ReconstructionGradient
impl Sync for ReconstructionGradient
impl Unpin for ReconstructionGradient
impl UnsafeUnpin for ReconstructionGradient
impl UnwindSafe for ReconstructionGradient
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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