pub struct ErrorMessage(pub Error);
Expand description
The actix message containing the error happens inside the client
Tuple Fields§
§0: Error
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorMessage
impl !RefUnwindSafe for ErrorMessage
impl Send for ErrorMessage
impl Sync for ErrorMessage
impl Unpin for ErrorMessage
impl !UnwindSafe for ErrorMessage
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