Enum sapnwrfc::binding::_RFCTYPE [] [src]

#[repr(u32)]
pub enum _RFCTYPE { RFCTYPE_CHAR, RFCTYPE_DATE, RFCTYPE_BCD, RFCTYPE_TIME, RFCTYPE_BYTE, RFCTYPE_TABLE, RFCTYPE_NUM, RFCTYPE_FLOAT, RFCTYPE_INT, RFCTYPE_INT2, RFCTYPE_INT1, RFCTYPE_NULL, RFCTYPE_ABAPOBJECT, RFCTYPE_STRUCTURE, RFCTYPE_DECF16, RFCTYPE_DECF34, RFCTYPE_XMLDATA, RFCTYPE_STRING, RFCTYPE_XSTRING, RFCTYPE_INT8, RFCTYPE_UTCLONG, RFCTYPE_UTCSECOND, RFCTYPE_UTCMINUTE, RFCTYPE_DTDAY, RFCTYPE_DTWEEK, RFCTYPE_DTMONTH, RFCTYPE_TSECOND, RFCTYPE_TMINUTE, RFCTYPE_CDAY, RFCTYPE_BOX, RFCTYPE_GENERIC_BOX, _RFCTYPE_max_value, }

_RFCTYPE

RFCTYPE is used in field descriptions (#RFC_FIELD_DESC) and parameter descriptions (#RFC_PARAMETER_DESC) and denotes the ABAP data type of the corresponding field/parameter.

Variants

Trait Implementations

impl Debug for _RFCTYPE
[src]

[src]

Formats the value using the given formatter.

impl Copy for _RFCTYPE
[src]

impl Clone for _RFCTYPE
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for _RFCTYPE
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for _RFCTYPE
[src]

impl Hash for _RFCTYPE
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more