pub enum LError {
RuntimeError,
SyntaxError(String),
MemoryError(String),
DumpError(i32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LError
impl RefUnwindSafe for LError
impl Send for LError
impl Sync for LError
impl Unpin for LError
impl UnwindSafe for LError
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