Struct iotdb::rpc::TSIServiceSyncClient[][src]

pub struct TSIServiceSyncClient<IP, OP> where
    IP: TInputProtocol,
    OP: TOutputProtocol
{ /* fields omitted */ }

Implementations

impl<IP, OP> TSIServiceSyncClient<IP, OP> where
    IP: TInputProtocol,
    OP: TOutputProtocol
[src]

pub fn new(
    input_protocol: IP,
    output_protocol: OP
) -> TSIServiceSyncClient<IP, OP>
[src]

Trait Implementations

impl<IP, OP> TTSIServiceSyncClientMarker for TSIServiceSyncClient<IP, OP> where
    IP: TInputProtocol,
    OP: TOutputProtocol
[src]

impl<IP, OP> TThriftClient for TSIServiceSyncClient<IP, OP> where
    IP: TInputProtocol,
    OP: TOutputProtocol
[src]

Auto Trait Implementations

impl<IP, OP> RefUnwindSafe for TSIServiceSyncClient<IP, OP> where
    IP: RefUnwindSafe,
    OP: RefUnwindSafe
[src]

impl<IP, OP> Send for TSIServiceSyncClient<IP, OP> where
    IP: Send,
    OP: Send
[src]

impl<IP, OP> Sync for TSIServiceSyncClient<IP, OP> where
    IP: Sync,
    OP: Sync
[src]

impl<IP, OP> Unpin for TSIServiceSyncClient<IP, OP> where
    IP: Unpin,
    OP: Unpin
[src]

impl<IP, OP> UnwindSafe for TSIServiceSyncClient<IP, OP> where
    IP: UnwindSafe,
    OP: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<C> TTSIServiceSyncClient for C where
    C: TTSIServiceSyncClientMarker + TThriftClient
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.