pub struct ParseLayoutError {
pub parsing: String,
pub cause: String,
pub inner: Vec<ParseRowError>,
}Fields§
§parsing: String§cause: String§inner: Vec<ParseRowError>Trait Implementations§
Source§impl Debug for ParseLayoutError
impl Debug for ParseLayoutError
Auto Trait Implementations§
impl Freeze for ParseLayoutError
impl RefUnwindSafe for ParseLayoutError
impl Send for ParseLayoutError
impl Sync for ParseLayoutError
impl Unpin for ParseLayoutError
impl UnwindSafe for ParseLayoutError
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