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