pub struct DnsProxy;
Trait Implementations§
Source§impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for DnsProxy
impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for DnsProxy
type TxProxyMethods = DnsProxyMethods<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 DnsProxy
impl RefUnwindSafe for DnsProxy
impl Send for DnsProxy
impl Sync for DnsProxy
impl Unpin for DnsProxy
impl UnwindSafe for DnsProxy
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