pub struct NodeTable_ {
pub table_id: String,
pub def: Table,
}Fields§
§table_id: String§def: TableImplementations§
Source§impl NodeTable_
impl NodeTable_
pub fn compare( &self, old: &NodeTable_, _created: &HashSet<GraphId>, ) -> Comparison
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 moreSource§impl NodeData for NodeTable_
impl NodeData for NodeTable_
fn update(&self, ctx: &mut PgMigrateCtx, old: &NodeTable_)
Source§impl NodeDataDispatch for NodeTable_
impl NodeDataDispatch for NodeTable_
fn create_coalesce(&mut self, other: Node) -> Option<Node>
fn delete_coalesce(&mut self, other: Node) -> Option<Node>
fn create(&self, ctx: &mut PgMigrateCtx)
fn delete(&self, ctx: &mut PgMigrateCtx)
Auto Trait Implementations§
impl Freeze for NodeTable_
impl RefUnwindSafe for NodeTable_
impl Send for NodeTable_
impl Sync for NodeTable_
impl Unpin for NodeTable_
impl UnsafeUnpin 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