pub struct ParticipantResponseProvenance { /* private fields */ }Expand description
Transport-layer testimony identifying the connection attempt that delivered a frame.
This is the sealed transport context anticipated by rationale 15 in
LP-CLIENT-GOAL. It does not alter the wire format or relax the protocol
crate’s conservative RecordAdmission ambiguity.
Implementations§
Source§impl ParticipantResponseProvenance
impl ParticipantResponseProvenance
Sourcepub const fn connection_id(self) -> u64
pub const fn connection_id(self) -> u64
Returns the local identity of the established socket.
Sourcepub const fn attempt_id(self) -> u64
pub const fn attempt_id(self) -> u64
Returns the local identity of the real connection attempt.
Trait Implementations§
Source§impl Clone for ParticipantResponseProvenance
impl Clone for ParticipantResponseProvenance
Source§fn clone(&self) -> ParticipantResponseProvenance
fn clone(&self) -> ParticipantResponseProvenance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticipantResponseProvenance
impl Eq for ParticipantResponseProvenance
impl StructuralPartialEq for ParticipantResponseProvenance
Auto Trait Implementations§
impl Freeze for ParticipantResponseProvenance
impl RefUnwindSafe for ParticipantResponseProvenance
impl Send for ParticipantResponseProvenance
impl Sync for ParticipantResponseProvenance
impl Unpin for ParticipantResponseProvenance
impl UnsafeUnpin for ParticipantResponseProvenance
impl UnwindSafe for ParticipantResponseProvenance
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.