Enum tibco_ems_sys::tibemsMsgType[][src]

#[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,
}

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

impl Debug for tibemsMsgType[src]

Auto Trait Implementations

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<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.