pub struct PendingLeaveCommitParameters {
pub terminal_delivery_seq: DeliverySeq,
pub left_delivery_seq: DeliverySeq,
}Expand description
Allocation and ordering proof for positional pending-terminal Leave.
Fields§
§terminal_delivery_seq: DeliverySeqReal sequence allocated to the pending binding terminal.
left_delivery_seq: DeliverySeqReal sequence allocated to the following Left record.
Trait Implementations§
Source§impl Clone for PendingLeaveCommitParameters
impl Clone for PendingLeaveCommitParameters
Source§fn clone(&self) -> PendingLeaveCommitParameters
fn clone(&self) -> PendingLeaveCommitParameters
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 PendingLeaveCommitParameters
Source§impl Debug for PendingLeaveCommitParameters
impl Debug for PendingLeaveCommitParameters
impl Eq for PendingLeaveCommitParameters
impl StructuralPartialEq for PendingLeaveCommitParameters
Auto Trait Implementations§
impl Freeze for PendingLeaveCommitParameters
impl RefUnwindSafe for PendingLeaveCommitParameters
impl Send for PendingLeaveCommitParameters
impl Sync for PendingLeaveCommitParameters
impl Unpin for PendingLeaveCommitParameters
impl UnsafeUnpin for PendingLeaveCommitParameters
impl UnwindSafe for PendingLeaveCommitParameters
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