pub enum DenominatorError {
InvalidValue(u8),
}Expand description
Error type for denominator operations.
Variants§
Auto Trait Implementations§
impl Freeze for DenominatorError
impl RefUnwindSafe for DenominatorError
impl Send for DenominatorError
impl Sync for DenominatorError
impl Unpin for DenominatorError
impl UnwindSafe for DenominatorError
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