pub struct NegotiateReq {
pub dialects: Vec<String>,
}Expand description
Parsed client request (§2.2.4.5.1): the offered dialect list.
Fields§
§dialects: Vec<String>Dialect strings offered by the client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NegotiateReq
impl RefUnwindSafe for NegotiateReq
impl Send for NegotiateReq
impl Sync for NegotiateReq
impl Unpin for NegotiateReq
impl UnsafeUnpin for NegotiateReq
impl UnwindSafe for NegotiateReq
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