pub struct RuntimeDeliveryStoreRecord { /* private fields */ }Expand description
Opaque runtime-inbox row committed alongside generated delivery authority.
Implementations§
Source§impl RuntimeDeliveryStoreRecord
impl RuntimeDeliveryStoreRecord
pub fn delivery_id(&self) -> &str
pub fn sequence(&self) -> u64
pub fn submission_json(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl Clone for RuntimeDeliveryStoreRecord
impl Clone for RuntimeDeliveryStoreRecord
Source§fn clone(&self) -> RuntimeDeliveryStoreRecord
fn clone(&self) -> RuntimeDeliveryStoreRecord
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 RuntimeDeliveryStoreRecord
impl Debug for RuntimeDeliveryStoreRecord
impl Eq for RuntimeDeliveryStoreRecord
impl StructuralPartialEq for RuntimeDeliveryStoreRecord
Auto Trait Implementations§
impl Freeze for RuntimeDeliveryStoreRecord
impl RefUnwindSafe for RuntimeDeliveryStoreRecord
impl Send for RuntimeDeliveryStoreRecord
impl Sync for RuntimeDeliveryStoreRecord
impl Unpin for RuntimeDeliveryStoreRecord
impl UnsafeUnpin for RuntimeDeliveryStoreRecord
impl UnwindSafe for RuntimeDeliveryStoreRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.