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 moreAuto Trait Implementations§
impl !RefUnwindSafe for NodeTable_
impl !Send for NodeTable_
impl !Sync for NodeTable_
impl Unpin for NodeTable_
impl !UnwindSafe for NodeTable_
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more