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