pub enum RowsMetadataFlag {
    GlobalTableSpace,
    HasMorePages,
    NoMetadata,
}
Expand description

Enum that represent a set of possible row metadata flags that could be set.

Variants§

§

GlobalTableSpace

§

HasMorePages

§

NoMetadata

Implementations§

Shows if provided flag contains GlobalTableSpace rows metadata flag

Sets GlobalTableSpace rows metadata flag

Shows if provided flag contains HasMorePages rows metadata flag

Sets HasMorePages rows metadata flag

Shows if provided flag contains NoMetadata rows metadata flag

Sets NoMetadata rows metadata flag

Trait Implementations§

It gets and array of bytes and should return an implementor struct.
It should convert a struct into an array of bytes.

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.