pub enum RNGError {
GenerationError,
InvalidLanguageFile,
ParsingError,
ReadError,
}Variants§
Trait Implementations§
source§impl PartialEq<RNGError> for RNGError
impl PartialEq<RNGError> for RNGError
impl Eq for RNGError
impl StructuralEq for RNGError
impl StructuralPartialEq for RNGError
Auto Trait Implementations§
impl RefUnwindSafe for RNGError
impl Send for RNGError
impl Sync for RNGError
impl Unpin for RNGError
impl UnwindSafe for RNGError
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