pub struct ErrorCase {
pub description: &'static str,
pub source_code: &'static str,
}
Fields§
§description: &'static str
§source_code: &'static str
Implementations§
Auto Trait Implementations§
impl Freeze for ErrorCase
impl RefUnwindSafe for ErrorCase
impl Send for ErrorCase
impl Sync for ErrorCase
impl Unpin for ErrorCase
impl UnwindSafe for ErrorCase
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