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