pub struct ChainTesterClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DerefMut for ChainTesterClient
impl DerefMut for ChainTesterClient
Source§impl Deref for ChainTesterClient
impl Deref for ChainTesterClient
Source§type Target = IPCChainTesterSyncClient<TBinaryInputProtocol<TBufferedReadTransport<ReadHalf<TTcpChannel>>>, TBinaryOutputProtocol<TBufferedWriteTransport<WriteHalf<TTcpChannel>>>>
type Target = IPCChainTesterSyncClient<TBinaryInputProtocol<TBufferedReadTransport<ReadHalf<TTcpChannel>>>, TBinaryOutputProtocol<TBufferedWriteTransport<WriteHalf<TTcpChannel>>>>
The resulting type after dereferencing.
Source§fn deref(
&self,
) -> &IPCChainTesterSyncClient<TBinaryInputProtocol<TBufferedReadTransport<ReadHalf<TTcpChannel>>>, TBinaryOutputProtocol<TBufferedWriteTransport<WriteHalf<TTcpChannel>>>>
fn deref( &self, ) -> &IPCChainTesterSyncClient<TBinaryInputProtocol<TBufferedReadTransport<ReadHalf<TTcpChannel>>>, TBinaryOutputProtocol<TBufferedWriteTransport<WriteHalf<TTcpChannel>>>>
Dereferences the value.
Auto Trait Implementations§
impl Freeze for ChainTesterClient
impl RefUnwindSafe for ChainTesterClient
impl Send for ChainTesterClient
impl Sync for ChainTesterClient
impl Unpin for ChainTesterClient
impl UnwindSafe for ChainTesterClient
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