#[repr(C)]
pub enum tibemsMsgType {
    TIBEMS_MESSAGE_UNKNOWN,
    TIBEMS_MESSAGE,
    TIBEMS_BYTES_MESSAGE,
    TIBEMS_MAP_MESSAGE,
    TIBEMS_OBJECT_MESSAGE,
    TIBEMS_STREAM_MESSAGE,
    TIBEMS_TEXT_MESSAGE,
    TIBEMS_MESSAGE_UNDEFINED,
}
Expand description

body types of a message

Variants

TIBEMS_MESSAGE_UNKNOWN

unknown body

TIBEMS_MESSAGE

generic message

TIBEMS_BYTES_MESSAGE

binary message

TIBEMS_MAP_MESSAGE

map message

TIBEMS_OBJECT_MESSAGE

serialized object message

TIBEMS_STREAM_MESSAGE

streaming message

TIBEMS_TEXT_MESSAGE

text message

TIBEMS_MESSAGE_UNDEFINED

undefined

Trait Implementations

Formats the value using the given formatter. 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.