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