Enum SimulationResultError
pub enum SimulationResultError {
EmptySeries,
NonFiniteValue,
}Variants§
Trait Implementations§
§impl Clone for SimulationResultError
impl Clone for SimulationResultError
§fn clone(&self) -> SimulationResultError
fn clone(&self) -> SimulationResultError
Returns a duplicate 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 more§impl Debug for SimulationResultError
impl Debug for SimulationResultError
§impl PartialEq for SimulationResultError
impl PartialEq for SimulationResultError
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