Struct longbridge_wscli::WsCloseReason
source · [−]pub struct WsCloseReason {
pub code: CloseCode,
pub message: String,
}Expand description
Connection close reason
Fields
code: CloseCodeClose code
message: StringReason string
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WsCloseReason
impl Send for WsCloseReason
impl Sync for WsCloseReason
impl Unpin for WsCloseReason
impl UnwindSafe for WsCloseReason
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