pub struct PreparedEscrowRefund {
pub escrow_id: String,
pub chain_id: String,
/* private fields */
}Fields§
§escrow_id: String§chain_id: StringImplementations§
Source§impl PreparedEscrowRefund
impl PreparedEscrowRefund
pub const fn call(&self) -> &PreparedEvmCall
Trait Implementations§
Source§impl Clone for PreparedEscrowRefund
impl Clone for PreparedEscrowRefund
Source§fn clone(&self) -> PreparedEscrowRefund
fn clone(&self) -> PreparedEscrowRefund
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 PreparedEscrowRefund
impl Debug for PreparedEscrowRefund
impl Eq for PreparedEscrowRefund
Source§impl PartialEq for PreparedEscrowRefund
impl PartialEq for PreparedEscrowRefund
Source§impl Serialize for PreparedEscrowRefund
impl Serialize for PreparedEscrowRefund
impl StructuralPartialEq for PreparedEscrowRefund
Auto Trait Implementations§
impl Freeze for PreparedEscrowRefund
impl RefUnwindSafe for PreparedEscrowRefund
impl Send for PreparedEscrowRefund
impl Sync for PreparedEscrowRefund
impl Unpin for PreparedEscrowRefund
impl UnsafeUnpin for PreparedEscrowRefund
impl UnwindSafe for PreparedEscrowRefund
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