Struct longport_wscli::WsResponseErrorDetail
source · 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 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