pub struct WsResponseErrorDetail {
pub code: u64,
pub msg: String,
}Expand description
Detail message for response error
Fields§
§code: u64Error code
msg: StringError message
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsResponseErrorDetail
impl RefUnwindSafe for WsResponseErrorDetail
impl Send for WsResponseErrorDetail
impl Sync for WsResponseErrorDetail
impl Unpin for WsResponseErrorDetail
impl UnwindSafe for WsResponseErrorDetail
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