[][src]Struct rxrust::ops::throttle_time::ThrottleTimeObserver

pub struct ThrottleTimeObserver<O, Item>(_);

Trait Implementations

impl<O, Item, Err> Observer<Item, Err> for ThrottleTimeObserver<O, Item> where
    O: Observer<Item, Err> + Send + 'static,
    Item: Clone + Send + 'static, 
[src]

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

type Shared = Self

Auto Trait Implementations

impl<O, Item> Send for ThrottleTimeObserver<O, Item> where
    Item: Send,
    O: Send

impl<O, Item> Sync for ThrottleTimeObserver<O, Item> where
    Item: Send,
    O: Send

impl<O, Item> Unpin for ThrottleTimeObserver<O, Item>

impl<O, Item> UnwindSafe for ThrottleTimeObserver<O, Item>

impl<O, Item> RefUnwindSafe for ThrottleTimeObserver<O, Item>

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> From<T> for T[src]

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

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

type Error = !

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]