pub struct NegotiationRes(pub AuthMethod);
Expand description
+––+––––+ |VER | METHOD | +––+––––+ | 1 | 1 | +––+––––+
Tuple Fields§
§0: AuthMethod
Trait Implementations§
Source§impl Debug for NegotiationRes
impl Debug for NegotiationRes
Source§impl TryFrom<&mut BytesMut> for NegotiationRes
impl TryFrom<&mut BytesMut> for NegotiationRes
Source§type Error = ParsingError
type Error = ParsingError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for NegotiationRes
impl RefUnwindSafe for NegotiationRes
impl Send for NegotiationRes
impl Sync for NegotiationRes
impl Unpin for NegotiationRes
impl UnwindSafe for NegotiationRes
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