[][src]Struct rxrust::ops::ref_count::LocalRefCount

pub struct LocalRefCount<'a, O, Item, Err, U>(_);

Trait Implementations

impl<'a, O, Item, Err, U> Fork for LocalRefCount<'a, O, Item, Err, U>[src]

type Output = Self

impl<'a, O, Item, Err, U> IntoShared for LocalRefCount<'a, O, Item, Err, U> where
    O: IntoShared,
    U: IntoShared,
    Item: 'static,
    Err: 'static, 
[src]

type Shared = SharedRefCount<O::Shared, Item, Err, U::Shared>

impl<'a, O, Item, Err, SO> RawSubscribable<Item, Err, Subscriber<SO, LocalSubscription>> for LocalRefCount<'a, O, Item, Err, O::Unsub> where
    O: RawSubscribable<Item, Err, Subscriber<LocalSubject<'a, Item, Err>, LocalSubscription>>,
    SO: Observer<Item, Err> + 'a,
    O::Unsub: Clone
[src]

type Unsub = RefCountSubscription<LocalSubscription, O::Unsub>

A type implementing SubscriptionLike

Auto Trait Implementations

impl<'a, O, Item, Err, U> !Send for LocalRefCount<'a, O, Item, Err, U>

impl<'a, O, Item, Err, U> !Sync for LocalRefCount<'a, O, Item, Err, U>

impl<'a, O, Item, Err, U> Unpin for LocalRefCount<'a, O, Item, Err, U>

impl<'a, O, Item, Err, U> !UnwindSafe for LocalRefCount<'a, O, Item, Err, U>

impl<'a, O, Item, Err, U> !RefUnwindSafe for LocalRefCount<'a, O, Item, Err, U>

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]