pub struct Rerr {
pub msg: String,
}
Expand description
Representation of a mux Rerr
frame.
An Rerr
is sent from the server in the even that the server failed to
interpret or act on a request T message.
Fields§
§msg: String
Description of the error.
Trait Implementations§
impl Eq for Rerr
impl StructuralPartialEq for Rerr
Auto Trait Implementations§
impl Freeze for Rerr
impl RefUnwindSafe for Rerr
impl Send for Rerr
impl Sync for Rerr
impl Unpin for Rerr
impl UnwindSafe for Rerr
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