pub struct Continue<'packet> { /* private fields */ }Expand description
A continue packet potentially sent as part of an authentication session.
Implementations§
Trait Implementations§
Source§impl PacketBody for Continue<'_>
impl PacketBody for Continue<'_>
Source§const TYPE: PacketType = PacketType::Authentication
const TYPE: PacketType = PacketType::Authentication
Type of the packet (one of authentication, authorization, or accounting).
Source§const REQUIRED_FIELDS_LENGTH: usize = 5usize
const REQUIRED_FIELDS_LENGTH: usize = 5usize
Length of body just including required fields.
Source§fn required_minor_version(&self) -> Option<MinorVersion>
fn required_minor_version(&self) -> Option<MinorVersion>
Required protocol minor version based on the contents of the packet body. Read more
impl<'packet> Eq for Continue<'packet>
impl<'packet> StructuralPartialEq for Continue<'packet>
Auto Trait Implementations§
impl<'packet> Freeze for Continue<'packet>
impl<'packet> RefUnwindSafe for Continue<'packet>
impl<'packet> Send for Continue<'packet>
impl<'packet> Sync for Continue<'packet>
impl<'packet> Unpin for Continue<'packet>
impl<'packet> UnwindSafe for Continue<'packet>
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