pub struct NodeIndex_ {
pub table_id: String,
pub table_renamed_from: Option<String>,
pub def: Index,
}Fields§
§table_id: String§table_renamed_from: Option<String>§def: IndexImplementations§
Source§impl NodeIndex_
impl NodeIndex_
pub fn compare( &self, old: &NodeIndex_, created: &HashSet<GraphId>, ) -> Comparison
Trait Implementations§
Source§impl Clone for NodeIndex_
impl Clone for NodeIndex_
Source§fn clone(&self) -> NodeIndex_
fn clone(&self) -> NodeIndex_
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 NodeIndex_
impl NodeData for NodeIndex_
fn update(&self, _ctx: &mut SqliteMigrateCtx, _old: &NodeIndex_)
Source§impl NodeDataDispatch for NodeIndex_
impl NodeDataDispatch for NodeIndex_
fn create(&self, ctx: &mut SqliteMigrateCtx)
fn delete(&self, ctx: &mut SqliteMigrateCtx)
fn create_coalesce(&mut self, other: Node) -> Option<Node>
fn delete_coalesce(&mut self, other: Node) -> Option<Node>
Auto Trait Implementations§
impl Freeze for NodeIndex_
impl RefUnwindSafe for NodeIndex_
impl Send for NodeIndex_
impl Sync for NodeIndex_
impl Unpin for NodeIndex_
impl UnsafeUnpin for NodeIndex_
impl UnwindSafe for NodeIndex_
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