[−][src]Enum fork_tree::FinalizationResult
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: 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,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,