pub struct NodeTable_ {
pub def: Table,
pub fields: Vec<Field>,
pub constraints: Vec<Constraint>,
}Fields§
§def: Table§fields: Vec<Field>§constraints: Vec<Constraint>Implementations§
Trait Implementations§
Source§impl Clone for NodeTable_
impl Clone for NodeTable_
Source§fn clone(&self) -> NodeTable_
fn clone(&self) -> NodeTable_
Returns a duplicate 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 Freeze for NodeTable_
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