pub struct FieldParsingError {
pub error: String,
pub ty: String,
}
Fields§
§error: String
§ty: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldParsingError
impl RefUnwindSafe for FieldParsingError
impl Send for FieldParsingError
impl Sync for FieldParsingError
impl Unpin for FieldParsingError
impl UnwindSafe for FieldParsingError
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