pub struct CommittedOrdinaryRecord { /* private fields */ }Expand description
Ordinary record selected for one successful atomic transaction.
Implementations§
Source§impl CommittedOrdinaryRecord
impl CommittedOrdinaryRecord
Sourcepub const fn request(&self) -> &RecordAdmission
pub const fn request(&self) -> &RecordAdmission
Borrows the exact request including its opaque payload.
Sourcepub const fn admission_order(&self) -> AdmissionOrder
pub const fn admission_order(&self) -> AdmissionOrder
Returns the protocol-derived phase-3 admission key.
Sourcepub const fn delivery_seq(&self) -> DeliverySeq
pub const fn delivery_seq(&self) -> DeliverySeq
Returns the assigned gap-free delivery sequence.
Sourcepub const fn encoded_record_charge(&self) -> ResourceVector
pub const fn encoded_record_charge(&self) -> ResourceVector
Returns the exact encoded charge that passed static size admission.
Trait Implementations§
Source§impl Clone for CommittedOrdinaryRecord
impl Clone for CommittedOrdinaryRecord
Source§fn clone(&self) -> CommittedOrdinaryRecord
fn clone(&self) -> CommittedOrdinaryRecord
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 CommittedOrdinaryRecord
impl Debug for CommittedOrdinaryRecord
impl Eq for CommittedOrdinaryRecord
Source§impl PartialEq for CommittedOrdinaryRecord
impl PartialEq for CommittedOrdinaryRecord
impl StructuralPartialEq for CommittedOrdinaryRecord
Auto Trait Implementations§
impl Freeze for CommittedOrdinaryRecord
impl RefUnwindSafe for CommittedOrdinaryRecord
impl Send for CommittedOrdinaryRecord
impl Sync for CommittedOrdinaryRecord
impl Unpin for CommittedOrdinaryRecord
impl UnsafeUnpin for CommittedOrdinaryRecord
impl UnwindSafe for CommittedOrdinaryRecord
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