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