Trait mysql_connector::model::ModelData

source ·
pub trait ModelData: Debug + Sized {
    const TABLE: &'static str;
    const TABLE_WITH_POINT: &'static str;
}

Required Associated Constants§

source

const TABLE: &'static str

source

const TABLE_WITH_POINT: &'static str

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ModelData for Vec<Value>

source§

const TABLE: &'static str = ""

source§

const TABLE_WITH_POINT: &'static str = ""

Implementors§