Struct longbridge_wscli::WsResponseErrorDetail
source · [−]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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more