Enum ControlErrorError
pub enum ControlErrorError {
InvalidError,
InvalidThreshold,
}Variants§
Trait Implementations§
§impl Clone for ControlErrorError
impl Clone for ControlErrorError
§fn clone(&self) -> ControlErrorError
fn clone(&self) -> ControlErrorError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ControlErrorError
impl Debug for ControlErrorError
§impl PartialEq for ControlErrorError
impl PartialEq for ControlErrorError
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