pub enum GraphExecUpdateOutcome {
Success,
TopologyChanged,
Other,
}Expand description
Result of an update attempt. Values mirror the
CUgraphExecUpdateResult enum.
Variants§
Success
TopologyChanged
Topology mismatch: the new graph’s nodes don’t line up. The caller must rebuild from scratch.
Other
Other (driver-classified) failure.
Trait Implementations§
Source§impl Clone for GraphExecUpdateOutcome
impl Clone for GraphExecUpdateOutcome
Source§fn clone(&self) -> GraphExecUpdateOutcome
fn clone(&self) -> GraphExecUpdateOutcome
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 Debug for GraphExecUpdateOutcome
impl Debug for GraphExecUpdateOutcome
Source§impl From<CUgraphExecUpdateResult_enum> for GraphExecUpdateOutcome
impl From<CUgraphExecUpdateResult_enum> for GraphExecUpdateOutcome
Source§impl PartialEq for GraphExecUpdateOutcome
impl PartialEq for GraphExecUpdateOutcome
impl Copy for GraphExecUpdateOutcome
impl Eq for GraphExecUpdateOutcome
impl StructuralPartialEq for GraphExecUpdateOutcome
Auto Trait Implementations§
impl Freeze for GraphExecUpdateOutcome
impl RefUnwindSafe for GraphExecUpdateOutcome
impl Send for GraphExecUpdateOutcome
impl Sync for GraphExecUpdateOutcome
impl Unpin for GraphExecUpdateOutcome
impl UnsafeUnpin for GraphExecUpdateOutcome
impl UnwindSafe for GraphExecUpdateOutcome
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more