pub struct DelegationSCProxy;Expand description
Proxy for the Delegation smart contract.
Trait Implementations§
Source§impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for DelegationSCProxy
impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for DelegationSCProxy
type TxProxyMethods = DelegationSCProxyMethods<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 DelegationSCProxy
impl RefUnwindSafe for DelegationSCProxy
impl Send for DelegationSCProxy
impl Sync for DelegationSCProxy
impl Unpin for DelegationSCProxy
impl UnsafeUnpin for DelegationSCProxy
impl UnwindSafe for DelegationSCProxy
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