pub struct ErrorMessage;
Implementations
Trait Implementations
sourceimpl Debug for ErrorMessage
impl Debug for ErrorMessage
sourceimpl Default for ErrorMessage
impl Default for ErrorMessage
sourcefn default() -> ErrorMessage
fn default() -> ErrorMessage
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ErrorMessage
impl Send for ErrorMessage
impl Sync for ErrorMessage
impl Unpin for ErrorMessage
impl UnwindSafe for ErrorMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more