pub struct TypeErrorInfo {
pub expected: String,
pub received: String,
pub field: Option<String>,
}Fields§
§expected: String§received: String§field: Option<String>Auto Trait Implementations§
impl Freeze for TypeErrorInfo
impl RefUnwindSafe for TypeErrorInfo
impl Send for TypeErrorInfo
impl Sync for TypeErrorInfo
impl Unpin for TypeErrorInfo
impl UnsafeUnpin for TypeErrorInfo
impl UnwindSafe for TypeErrorInfo
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