pub enum EinError {
InvalidCampus,
AllZeros,
}Expand description
EIN-specific validation errors.
Variants§
Trait Implementations§
impl Copy for EinError
impl Eq for EinError
impl StructuralPartialEq for EinError
Auto Trait Implementations§
impl Freeze for EinError
impl RefUnwindSafe for EinError
impl Send for EinError
impl Sync for EinError
impl Unpin for EinError
impl UnsafeUnpin for EinError
impl UnwindSafe for EinError
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