Struct mergable::DictDiff [−][src]
pub struct DictDiff<K, V: Mergable, Seq> { /* fields omitted */ }
Trait Implementations
Auto Trait Implementations
impl<K, V, Seq> RefUnwindSafe for DictDiff<K, V, Seq> where
K: RefUnwindSafe,
Seq: RefUnwindSafe,
V: RefUnwindSafe,
<V as Mergable>::Diff: RefUnwindSafe, impl<K, V, Seq> Send for DictDiff<K, V, Seq> where
K: Send,
Seq: Send,
V: Send,
<V as Mergable>::Diff: Send, impl<K, V, Seq> Sync for DictDiff<K, V, Seq> where
K: Sync,
Seq: Sync,
V: Sync,
<V as Mergable>::Diff: Sync, impl<K, V, Seq> Unpin for DictDiff<K, V, Seq> where
K: Unpin,
Seq: Unpin,
V: Unpin,
<V as Mergable>::Diff: Unpin, impl<K, V, Seq> UnwindSafe for DictDiff<K, V, Seq> where
K: UnwindSafe,
Seq: UnwindSafe,
V: UnwindSafe,
<V as Mergable>::Diff: UnwindSafe,