Struct ws_tool::protocol::HandshakeResponse [−][src]
pub struct HandshakeResponse {
pub code: u8,
pub reason: String,
pub headers: HashMap<String, String>,
}Fields
code: u8reason: Stringheaders: HashMap<String, String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HandshakeResponse
impl Send for HandshakeResponse
impl Sync for HandshakeResponse
impl Unpin for HandshakeResponse
impl UnwindSafe for HandshakeResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more