Struct weldscli_lib::config::Column
source · pub struct Column {
pub db_name: String,
pub db_type: String,
pub model_name: String,
pub is_null: bool,
pub primary_key: bool,
pub writeable: bool,
}Fields§
§db_name: String§db_type: String§model_name: String§is_null: bool§primary_key: bool§writeable: boolImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Column
impl<'de> Deserialize<'de> for Column
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more