pub struct LeaveCommitParameters {
pub left_delivery_seq: DeliverySeq,
}Expand description
Allocation fields for settled bound or detached Leave.
Fields§
§left_delivery_seq: DeliverySeqAssigned terminal Left record sequence.
Trait Implementations§
Source§impl Clone for LeaveCommitParameters
impl Clone for LeaveCommitParameters
Source§fn clone(&self) -> LeaveCommitParameters
fn clone(&self) -> LeaveCommitParameters
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 LeaveCommitParameters
Source§impl Debug for LeaveCommitParameters
impl Debug for LeaveCommitParameters
impl Eq for LeaveCommitParameters
Source§impl PartialEq for LeaveCommitParameters
impl PartialEq for LeaveCommitParameters
impl StructuralPartialEq for LeaveCommitParameters
Auto Trait Implementations§
impl Freeze for LeaveCommitParameters
impl RefUnwindSafe for LeaveCommitParameters
impl Send for LeaveCommitParameters
impl Sync for LeaveCommitParameters
impl Unpin for LeaveCommitParameters
impl UnsafeUnpin for LeaveCommitParameters
impl UnwindSafe for LeaveCommitParameters
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