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

Implementations

Trait Implementations

Returns the input protocol used to read serialized Thrift messages from the Thrift server. Read more
Returns the output protocol used to write serialized Thrift messages to the Thrift server. Read more
Returns the sequence number of the last message written to the Thrift server. Returns 0 if no messages have been written. Sequence numbers should never be negative, and this method returns an i32 simply because the Thrift protocol encodes sequence numbers as i32 on the wire. Read more
Increments the sequence number, indicating that a message with that number has been sent to the Thrift server. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.