pub struct CreateNodeOutcome {
pub instantiation: NodeInstantiation,
pub dispatch: DispatchOutcome,
}Expand description
Result of a store create-node commit.
Fields§
§instantiation: NodeInstantiationInstantiated graph records before profile-derived edits are applied.
dispatch: DispatchOutcomeStore dispatch result, including the committed transaction patch.
Implementations§
Trait Implementations§
Source§impl Clone for CreateNodeOutcome
impl Clone for CreateNodeOutcome
Source§fn clone(&self) -> CreateNodeOutcome
fn clone(&self) -> CreateNodeOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateNodeOutcome
impl RefUnwindSafe for CreateNodeOutcome
impl Send for CreateNodeOutcome
impl Sync for CreateNodeOutcome
impl Unpin for CreateNodeOutcome
impl UnsafeUnpin for CreateNodeOutcome
impl UnwindSafe for CreateNodeOutcome
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