Type Alias mariadb_sys::Lex_table_name

source ·
pub type Lex_table_name = Lex_cstring_with_compare;

Aliased Type§

struct Lex_table_name {
    pub _base: Lex_cstring,
}

Fields§

§_base: Lex_cstring

Trait Implementations

source§

impl Debug for Lex_cstring_with_compare

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more