pub enum RErrorType {
UnknownSymbol,
EmptyInput,
NoCrlf,
IncorrectFormat,
Other(Box<dyn Error>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RErrorType
impl !RefUnwindSafe for RErrorType
impl !Send for RErrorType
impl !Sync for RErrorType
impl Unpin for RErrorType
impl !UnwindSafe for RErrorType
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