Enum rpgffi::RmgrIds [] [src]

#[repr(u32)]
pub enum RmgrIds { RM_XLOG_ID, RM_XACT_ID, RM_SMGR_ID, RM_CLOG_ID, RM_DBASE_ID, RM_TBLSPC_ID, RM_MULTIXACT_ID, RM_RELMAP_ID, RM_STANDBY_ID, RM_HEAP2_ID, RM_HEAP_ID, RM_BTREE_ID, RM_HASH_ID, RM_GIN_ID, RM_GIST_ID, RM_SEQ_ID, RM_SPGIST_ID, RM_BRIN_ID, RM_COMMIT_TS_ID, RM_REPLORIGIN_ID, RM_GENERIC_ID, RM_LOGICALMSG_ID, RM_NEXT_ID, }

Variants

Trait Implementations

impl Debug for RmgrIds
[src]

[src]

Formats the value using the given formatter.

impl Copy for RmgrIds
[src]

impl Clone for RmgrIds
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RmgrIds
[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 RmgrIds
[src]

impl Hash for RmgrIds
[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