pub struct FullPaymentData<Api>where
Api: ManagedTypeApi,{
pub egld: Option<AnnotatedEgldPayment<Api>>,
pub multi_esdt: MultiEgldOrEsdtPayment<Api>,
}
Fields§
§egld: Option<AnnotatedEgldPayment<Api>>
§multi_esdt: MultiEgldOrEsdtPayment<Api>
Trait Implementations§
Source§impl<Api> Clone for FullPaymentData<Api>where
Api: ManagedTypeApi + Clone,
impl<Api> Clone for FullPaymentData<Api>where
Api: ManagedTypeApi + Clone,
Source§fn clone(&self) -> FullPaymentData<Api>
fn clone(&self) -> FullPaymentData<Api>
Returns a copy 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<Api> Default for FullPaymentData<Api>where
Api: ManagedTypeApi,
impl<Api> Default for FullPaymentData<Api>where
Api: ManagedTypeApi,
Auto Trait Implementations§
impl<Api> Freeze for FullPaymentData<Api>where
<Api as HandleTypeInfo>::ManagedBufferHandle: Freeze,
<Api as HandleTypeInfo>::BigIntHandle: Freeze,
impl<Api> RefUnwindSafe for FullPaymentData<Api>where
<Api as HandleTypeInfo>::ManagedBufferHandle: RefUnwindSafe,
<Api as HandleTypeInfo>::BigIntHandle: RefUnwindSafe,
Api: RefUnwindSafe,
impl<Api> Send for FullPaymentData<Api>where
<Api as HandleTypeInfo>::ManagedBufferHandle: Send,
<Api as HandleTypeInfo>::BigIntHandle: Send,
Api: Send,
impl<Api> Sync for FullPaymentData<Api>where
<Api as HandleTypeInfo>::ManagedBufferHandle: Sync,
<Api as HandleTypeInfo>::BigIntHandle: Sync,
Api: Sync,
impl<Api> Unpin for FullPaymentData<Api>where
<Api as HandleTypeInfo>::ManagedBufferHandle: Unpin,
<Api as HandleTypeInfo>::BigIntHandle: Unpin,
Api: Unpin,
impl<Api> UnwindSafe for FullPaymentData<Api>where
<Api as HandleTypeInfo>::ManagedBufferHandle: UnwindSafe,
<Api as HandleTypeInfo>::BigIntHandle: UnwindSafe,
Api: UnwindSafe,
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