pub struct ESDTSystemSCProxy;
Expand description
Proxy for the ESDT system smart contract.
Trait Implementations§
Source§impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for ESDTSystemSCProxy
impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for ESDTSystemSCProxy
type TxProxyMethods = ESDTSystemSCProxyMethods<Env, From, To, Gas>
Source§fn proxy_methods(
self,
tx: Tx<Env, From, To, (), Gas, (), ()>,
) -> Self::TxProxyMethods
fn proxy_methods( self, tx: Tx<Env, From, To, (), Gas, (), ()>, ) -> Self::TxProxyMethods
Creates the associated type that contains the proxy methods implementations.
Auto Trait Implementations§
impl Freeze for ESDTSystemSCProxy
impl RefUnwindSafe for ESDTSystemSCProxy
impl Send for ESDTSystemSCProxy
impl Sync for ESDTSystemSCProxy
impl Unpin for ESDTSystemSCProxy
impl UnwindSafe for ESDTSystemSCProxy
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