pub struct ExecutableGraphUpdate {
pub result: GraphExecUpdateResult,
pub error_node: Option<GraphNode>,
pub error_from_node: Option<GraphNode>,
}Fields§
§result: GraphExecUpdateResult§error_node: Option<GraphNode>§error_from_node: Option<GraphNode>Trait Implementations§
Source§impl Clone for ExecutableGraphUpdate
impl Clone for ExecutableGraphUpdate
Source§fn clone(&self) -> ExecutableGraphUpdate
fn clone(&self) -> ExecutableGraphUpdate
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 moreSource§impl Debug for ExecutableGraphUpdate
impl Debug for ExecutableGraphUpdate
impl Eq for ExecutableGraphUpdate
Source§impl PartialEq for ExecutableGraphUpdate
impl PartialEq for ExecutableGraphUpdate
Source§fn eq(&self, other: &ExecutableGraphUpdate) -> bool
fn eq(&self, other: &ExecutableGraphUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutableGraphUpdate
Auto Trait Implementations§
impl !Send for ExecutableGraphUpdate
impl !Sync for ExecutableGraphUpdate
impl Freeze for ExecutableGraphUpdate
impl RefUnwindSafe for ExecutableGraphUpdate
impl Unpin for ExecutableGraphUpdate
impl UnsafeUnpin for ExecutableGraphUpdate
impl UnwindSafe for ExecutableGraphUpdate
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