pub struct MarkerAck {
pub conversation_id: ConversationId,
pub participant_id: ParticipantId,
pub capability_generation: Generation,
pub marker_delivery_seq: DeliverySeq,
}Expand description
Explicit marker acknowledgement body (0x0006).
Fields§
§conversation_id: ConversationIdConversation containing the participant.
participant_id: ParticipantIdPermanent participant identity.
capability_generation: GenerationPresented nonzero credential generation.
marker_delivery_seq: DeliverySeqDelivered marker being accepted.
Trait Implementations§
impl Eq for MarkerAck
impl StructuralPartialEq for MarkerAck
Auto Trait Implementations§
impl Freeze for MarkerAck
impl RefUnwindSafe for MarkerAck
impl Send for MarkerAck
impl Sync for MarkerAck
impl Unpin for MarkerAck
impl UnsafeUnpin for MarkerAck
impl UnwindSafe for MarkerAck
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