pub struct EnvlError {
pub message: ErrorContext,
pub position: Position,
}Fields§
§message: ErrorContext§position: PositionTrait Implementations§
impl StructuralPartialEq for EnvlError
Auto Trait Implementations§
impl Freeze for EnvlError
impl RefUnwindSafe for EnvlError
impl Send for EnvlError
impl Sync for EnvlError
impl Unpin for EnvlError
impl UnsafeUnpin for EnvlError
impl UnwindSafe for EnvlError
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