pub struct SettlementStoreBinding(/* private fields */);Expand description
Opaque identity shared by receipt and outcome views of one durable writer.
Backends generate one value per writer instance and copy it into every handle that participates in the same atomic settlement ledger.
Implementations§
Trait Implementations§
Source§impl Clone for SettlementStoreBinding
impl Clone for SettlementStoreBinding
Source§fn clone(&self) -> SettlementStoreBinding
fn clone(&self) -> SettlementStoreBinding
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 SettlementStoreBinding
Source§impl Debug for SettlementStoreBinding
impl Debug for SettlementStoreBinding
impl Eq for SettlementStoreBinding
Source§impl Hash for SettlementStoreBinding
impl Hash for SettlementStoreBinding
Source§impl PartialEq for SettlementStoreBinding
impl PartialEq for SettlementStoreBinding
impl StructuralPartialEq for SettlementStoreBinding
Auto Trait Implementations§
impl Freeze for SettlementStoreBinding
impl RefUnwindSafe for SettlementStoreBinding
impl Send for SettlementStoreBinding
impl Sync for SettlementStoreBinding
impl Unpin for SettlementStoreBinding
impl UnsafeUnpin for SettlementStoreBinding
impl UnwindSafe for SettlementStoreBinding
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