[][src]Struct rxrust::ops::map::MapReturnRefObserver

pub struct MapReturnRefObserver<O, M> { /* fields omitted */ }

Trait Implementations

impl<Item, Err, O, M, B> Observer<Item, Err> for MapReturnRefObserver<O, M> where
    O: Observer<B, Err>,
    M: for<'r> FnMut(&'r Item) -> &'r B, 
[src]

impl<O, M> IntoShared for MapReturnRefObserver<O, M> where
    O: IntoShared,
    M: Send + Sync + 'static, 
[src]

type Shared = MapReturnRefObserver<O::Shared, M>

Auto Trait Implementations

impl<O, M> Send for MapReturnRefObserver<O, M> where
    M: Send,
    O: Send

impl<O, M> Sync for MapReturnRefObserver<O, M> where
    M: Sync,
    O: Sync

impl<O, M> Unpin for MapReturnRefObserver<O, M> where
    M: Unpin,
    O: Unpin

impl<O, M> UnwindSafe for MapReturnRefObserver<O, M> where
    M: UnwindSafe,
    O: UnwindSafe

impl<O, M> RefUnwindSafe for MapReturnRefObserver<O, M> where
    M: RefUnwindSafe,
    O: RefUnwindSafe

Blanket Implementations

impl<Item, O> Last<Item> for O[src]

impl<O, OutputItem> Reduce<OutputItem> for O[src]

impl<O, Item> MinMax<Item> for O[src]

impl<O, Item> Sum<Item> for O[src]

impl<O> Count for O[src]

impl<O, Item> Average<Item> for O where
    Item: Copy + Send + Default + Add<Item, Output = Item> + Mul<f64, Output = Item>, 
[src]

impl<O, Item> Map<Item> for O[src]

impl<'a, T, O> Filter<T> for O[src]

impl<O, OutputItem> Scan<OutputItem> for O[src]

impl<O> Merge for O[src]

impl<O> Take for O[src]

impl<O> First for O[src]

impl<Item, O> FirstOr<Item> for O[src]

impl<T> SubscribeOn for T[src]

impl<S> ObserveOn for S[src]

impl<S> Delay for S[src]

impl<S> ThrottleTime for S[src]

impl<'a, Item, Err, T> Publish<'a, Item, Err> for T[src]

impl<T> FilterMap for T[src]

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

impl<T> From<T> for T[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.

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

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

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