pub struct DeRonErr {
pub msg: String,
pub line: usize,
pub col: usize,
}
Fields§
§msg: String
§line: usize
§col: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeRonErr
impl RefUnwindSafe for DeRonErr
impl Send for DeRonErr
impl Sync for DeRonErr
impl Unpin for DeRonErr
impl UnwindSafe for DeRonErr
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