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