Struct dbml_rs::ast::table::ColumnType
source · pub struct ColumnType {
pub span_range: Range<usize>,
pub type_name: ColumnTypeName,
pub args: Vec<Value>,
pub arrays: Vec<Option<usize>>,
}Fields§
§span_range: Range<usize>§type_name: ColumnTypeName§args: Vec<Value>§arrays: Vec<Option<usize>>Trait Implementations§
source§impl Clone for ColumnType
impl Clone for ColumnType
source§fn clone(&self) -> ColumnType
fn clone(&self) -> ColumnType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ColumnType
impl Debug for ColumnType
source§impl Default for ColumnType
impl Default for ColumnType
source§fn default() -> ColumnType
fn default() -> ColumnType
Returns the “default value” for a type. Read more
source§impl PartialEq<ColumnType> for ColumnType
impl PartialEq<ColumnType> for ColumnType
source§fn eq(&self, other: &ColumnType) -> bool
fn eq(&self, other: &ColumnType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.