Enum reproto_core::utils::Encoding [] [src]

pub enum Encoding {
    Bytes,
    Utf8,
    Utf16,
}

Encoding for which to check the range.

Variants

Emit the raw byte offset for the column.

Emit the UTF-8 offset for the column.

Emit the UTF-16 offset for the column.

Methods

impl Encoding
[src]

[src]

Calculate the column, which depends on the encoding.

Trait Implementations

impl Debug for Encoding
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Encoding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Encoding
[src]

Auto Trait Implementations

impl Send for Encoding

impl Sync for Encoding