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