pub enum SemantixError {
IO(Error),
Parse(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for SemantixError
impl Debug for SemantixError
Source§impl From<Error> for SemantixError
impl From<Error> for SemantixError
Auto Trait Implementations§
impl Freeze for SemantixError
impl !RefUnwindSafe for SemantixError
impl Send for SemantixError
impl Sync for SemantixError
impl Unpin for SemantixError
impl !UnwindSafe for SemantixError
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