pub struct Link1Received;Expand description
DPlus-specific: LINK1 seen and acknowledged, waiting for LINK2.
This state only applies to DPlus sessions — DExtra and DCS
link in a single packet and move directly from Unknown to
Linked. The public runtime discriminator
ServerStateKind collapses Link1Received into
ServerStateKind::Unknown because external consumers typically
only care about “not linked yet” vs “linked”, not the details
of the DPlus two-step handshake.
Trait Implementations§
Source§impl Clone for Link1Received
impl Clone for Link1Received
Source§fn clone(&self) -> Link1Received
fn clone(&self) -> Link1Received
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Link1Received
impl Debug for Link1Received
impl Copy for Link1Received
impl ServerState for Link1Received
Auto Trait Implementations§
impl Freeze for Link1Received
impl RefUnwindSafe for Link1Received
impl Send for Link1Received
impl Sync for Link1Received
impl Unpin for Link1Received
impl UnwindSafe for Link1Received
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