pub enum ActiveThresholdError {
InvalidAbsoluteCount {},
InvalidActivePercentage {},
ZeroActiveCount {},
}Variants§
Trait Implementations§
Source§impl Debug for ActiveThresholdError
impl Debug for ActiveThresholdError
Source§impl Display for ActiveThresholdError
impl Display for ActiveThresholdError
Source§impl Error for ActiveThresholdError
impl Error for ActiveThresholdError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for ActiveThresholdError
impl PartialEq for ActiveThresholdError
impl Eq for ActiveThresholdError
impl StructuralPartialEq for ActiveThresholdError
Auto Trait Implementations§
impl Freeze for ActiveThresholdError
impl RefUnwindSafe for ActiveThresholdError
impl Send for ActiveThresholdError
impl Sync for ActiveThresholdError
impl Unpin for ActiveThresholdError
impl UnwindSafe for ActiveThresholdError
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