Struct dbml_rs::ast::indexes::IndexesDef
source · pub struct IndexesDef {
pub cols: Vec<IndexesColumnType>,
pub settings: Option<IndexesSettings>,
}Fields§
§cols: Vec<IndexesColumnType>§settings: Option<IndexesSettings>Trait Implementations§
source§impl Clone for IndexesDef
impl Clone for IndexesDef
source§fn clone(&self) -> IndexesDef
fn clone(&self) -> IndexesDef
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 IndexesDef
impl Debug for IndexesDef
source§impl Default for IndexesDef
impl Default for IndexesDef
source§fn default() -> IndexesDef
fn default() -> IndexesDef
Returns the “default value” for a type. Read more
source§impl PartialEq<IndexesDef> for IndexesDef
impl PartialEq<IndexesDef> for IndexesDef
source§fn eq(&self, other: &IndexesDef) -> bool
fn eq(&self, other: &IndexesDef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.