pub struct AttachMarkerProof {
pub conversation_id: ConversationId,
pub token: AttachAttemptToken,
pub participant_id: ParticipantId,
pub capability_generation: Generation,
pub requested_marker_delivery_seq: DeliverySeq,
}Expand description
Attach marker-proof request fields; attach token is part of the replacement schema.
Fields§
§conversation_id: ConversationIdConversation from the request.
token: AttachAttemptTokenAttach token from the request.
participant_id: ParticipantIdParticipant from the request.
capability_generation: GenerationPresented generation.
requested_marker_delivery_seq: DeliverySeqExplicit requested marker.
Trait Implementations§
Source§impl Clone for AttachMarkerProof
impl Clone for AttachMarkerProof
Source§fn clone(&self) -> AttachMarkerProof
fn clone(&self) -> AttachMarkerProof
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 moreSource§impl Debug for AttachMarkerProof
impl Debug for AttachMarkerProof
impl Eq for AttachMarkerProof
Source§impl PartialEq for AttachMarkerProof
impl PartialEq for AttachMarkerProof
impl StructuralPartialEq for AttachMarkerProof
Auto Trait Implementations§
impl Freeze for AttachMarkerProof
impl RefUnwindSafe for AttachMarkerProof
impl Send for AttachMarkerProof
impl Sync for AttachMarkerProof
impl Unpin for AttachMarkerProof
impl UnsafeUnpin for AttachMarkerProof
impl UnwindSafe for AttachMarkerProof
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