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