Enum fork_tree::FinalizationResult [−][src]
pub enum FinalizationResult<V> { Changed(Option<V>), Unchanged, }
Result of finalizing a node (that could be a part of the tree or not).
Variants
Changed(Option<V>)
The tree has changed, optionally return the value associated with the finalized node.
The tree has not changed.
Trait Implementations
impl<V: Debug> Debug for FinalizationResult<V>
[src]
impl<V: Debug> Debug for FinalizationResult<V>
[src]impl<V: PartialEq> PartialEq<FinalizationResult<V>> for FinalizationResult<V>
[src]
impl<V: PartialEq> PartialEq<FinalizationResult<V>> for FinalizationResult<V>
[src]fn eq(&self, other: &FinalizationResult<V>) -> bool
[src]
fn ne(&self, other: &FinalizationResult<V>) -> bool
[src]
impl<V> StructuralPartialEq for FinalizationResult<V>
[src]
Auto Trait Implementations
impl<V> RefUnwindSafe for FinalizationResult<V> where
V: RefUnwindSafe,
V: RefUnwindSafe,
impl<V> Send for FinalizationResult<V> where
V: Send,
V: Send,
impl<V> Sync for FinalizationResult<V> where
V: Sync,
V: Sync,
impl<V> Unpin for FinalizationResult<V> where
V: Unpin,
V: Unpin,
impl<V> UnwindSafe for FinalizationResult<V> where
V: UnwindSafe,
V: UnwindSafe,