pub struct SettlementAnchorContentBinding {
pub execution_receipt_id: String,
pub settlement_reference: String,
}Fields§
§execution_receipt_id: String§settlement_reference: StringTrait Implementations§
Source§impl Clone for SettlementAnchorContentBinding
impl Clone for SettlementAnchorContentBinding
Source§fn clone(&self) -> SettlementAnchorContentBinding
fn clone(&self) -> SettlementAnchorContentBinding
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 Eq for SettlementAnchorContentBinding
impl StructuralPartialEq for SettlementAnchorContentBinding
Auto Trait Implementations§
impl Freeze for SettlementAnchorContentBinding
impl RefUnwindSafe for SettlementAnchorContentBinding
impl Send for SettlementAnchorContentBinding
impl Sync for SettlementAnchorContentBinding
impl Unpin for SettlementAnchorContentBinding
impl UnsafeUnpin for SettlementAnchorContentBinding
impl UnwindSafe for SettlementAnchorContentBinding
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