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