Type Alias mariadb_sys::Lex_ident

source ·
pub type Lex_ident = Lex_cstring_with_compare;

Aliased Type§

struct Lex_ident {
    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