#[repr(C)]
pub enum tibems_permType {
    TIBEMS_DEST_GET_STATIC,
    TIBEMS_DEST_GET_DYNAMIC,
    TIBEMS_DEST_GET_NOTEMP,
    TIBEMS_DEST_GET_ALL,
}
Expand description

persistence type of a destination

Variants

TIBEMS_DEST_GET_STATIC

static

TIBEMS_DEST_GET_DYNAMIC

dynamic

TIBEMS_DEST_GET_NOTEMP

all but temporary destinations

TIBEMS_DEST_GET_ALL

all

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.