pub enum SimulationResultError {
EmptySeries,
NonFiniteValue,
}Variants§
Trait Implementations§
Source§impl Clone for SimulationResultError
impl Clone for SimulationResultError
Source§fn clone(&self) -> SimulationResultError
fn clone(&self) -> SimulationResultError
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 moreSource§impl Debug for SimulationResultError
impl Debug for SimulationResultError
Source§impl PartialEq for SimulationResultError
impl PartialEq for SimulationResultError
Source§fn eq(&self, other: &SimulationResultError) -> bool
fn eq(&self, other: &SimulationResultError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SimulationResultError
impl Eq for SimulationResultError
impl StructuralPartialEq for SimulationResultError
Auto Trait Implementations§
impl Freeze for SimulationResultError
impl RefUnwindSafe for SimulationResultError
impl Send for SimulationResultError
impl Sync for SimulationResultError
impl Unpin for SimulationResultError
impl UnsafeUnpin for SimulationResultError
impl UnwindSafe for SimulationResultError
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