pub struct ErrorMap {}Expand description
Error map stub, reserved for future schema-based error handling.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorMap
impl RefUnwindSafe for ErrorMap
impl Send for ErrorMap
impl Sync for ErrorMap
impl Unpin for ErrorMap
impl UnsafeUnpin for ErrorMap
impl UnwindSafe for ErrorMap
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