pub struct SendMessageError {
pub msg: Message,
pub err: Error,
}Expand description
An error occurred while sending a message
Fields§
§msg: Message§err: ErrorAuto Trait Implementations§
impl Freeze for SendMessageError
impl !RefUnwindSafe for SendMessageError
impl Send for SendMessageError
impl Sync for SendMessageError
impl Unpin for SendMessageError
impl !UnwindSafe for SendMessageError
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