[][src]Struct rxrust::subscription::SharedSubscription

pub struct SharedSubscription(_);

Methods

impl SharedSubscription[src]

pub fn add<S: SubscriptionLike + Send + Sync + 'static>(
    &mut self,
    subscription: S
)
[src]

pub fn remove(&mut self, subscription: &dyn SubscriptionLike)[src]

pub fn teardown_size(&self) -> usize[src]

Trait Implementations

impl IntoShared for SharedSubscription[src]

impl SubscriptionLike for SharedSubscription[src]

impl Clone for SharedSubscription[src]

impl Default for SharedSubscription[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]