pub struct PromotionTransactionIdentity { /* private fields */ }Expand description
Opaque run/intent/burn identity shared by the request-derived document, durable state burn, and atomic publication transaction.
Implementations§
Trait Implementations§
Source§impl Clone for PromotionTransactionIdentity
impl Clone for PromotionTransactionIdentity
Source§fn clone(&self) -> PromotionTransactionIdentity
fn clone(&self) -> PromotionTransactionIdentity
Returns a duplicate of the value. Read more
1.0.0 · 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 PromotionTransactionIdentity
impl Debug for PromotionTransactionIdentity
Source§impl PartialEq for PromotionTransactionIdentity
impl PartialEq for PromotionTransactionIdentity
Source§fn eq(&self, other: &PromotionTransactionIdentity) -> bool
fn eq(&self, other: &PromotionTransactionIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PromotionTransactionIdentity
impl StructuralPartialEq for PromotionTransactionIdentity
Auto Trait Implementations§
impl Freeze for PromotionTransactionIdentity
impl RefUnwindSafe for PromotionTransactionIdentity
impl Send for PromotionTransactionIdentity
impl Sync for PromotionTransactionIdentity
impl Unpin for PromotionTransactionIdentity
impl UnsafeUnpin for PromotionTransactionIdentity
impl UnwindSafe for PromotionTransactionIdentity
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