Struct good_ormning::pg::graph::table::NodeTable_
source · pub struct NodeTable_ {
pub def: Table,
pub fields: Vec<Field>,
}Fields§
§def: Table§fields: Vec<Field>Implementations§
Trait Implementations§
source§impl Clone for NodeTable_
impl Clone for NodeTable_
source§fn clone(&self) -> NodeTable_
fn clone(&self) -> NodeTable_
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 more