Struct makepad_micro_serde::DeRonErr
source · 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 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