Struct futures_signals::signal_map::MutableBTreeMapEntries[][src]

#[must_use = "SignalVecs do nothing unless polled"]
pub struct MutableBTreeMapEntries<K, V> { /* fields omitted */ }

Trait Implementations

impl<K: Debug, V: Debug> Debug for MutableBTreeMapEntries<K, V>[src]

impl<K, V> SignalVec for MutableBTreeMapEntries<K, V> where
    K: Ord + Clone
[src]

type Item = (K, V)

impl<K, V> Unpin for MutableBTreeMapEntries<K, V>[src]

Auto Trait Implementations

impl<K, V> !RefUnwindSafe for MutableBTreeMapEntries<K, V>

impl<K, V> Send for MutableBTreeMapEntries<K, V> where
    K: Send,
    V: Send

impl<K, V> Sync for MutableBTreeMapEntries<K, V> where
    K: Send + Sync,
    V: Send

impl<K, V> !UnwindSafe for MutableBTreeMapEntries<K, V>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SignalVecExt for T where
    T: SignalVec + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.