pub enum FactorError {
ArgumentIsZeroOrOne(u64),
}Variants§
Trait Implementations§
Source§impl Debug for FactorError
impl Debug for FactorError
Source§impl PartialEq for FactorError
impl PartialEq for FactorError
impl Eq for FactorError
impl StructuralPartialEq for FactorError
Auto Trait Implementations§
impl Freeze for FactorError
impl RefUnwindSafe for FactorError
impl Send for FactorError
impl Sync for FactorError
impl Unpin for FactorError
impl UnwindSafe for FactorError
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