Struct fp_rust::common::SubscriptionFunc[][src]

pub struct SubscriptionFunc<T> {
    pub receiver: RawReceiver<T>,
    // some fields omitted
}

Fields

Methods

impl<T: Send + Sync + 'static + Clone> SubscriptionFunc<T>
[src]

Trait Implementations

impl<X: Send + Sync + 'static + Clone> Observable<X, SubscriptionFunc<X>> for Publisher<X, SubscriptionFunc<X>>
[src]

impl<T: Clone> Clone for SubscriptionFunc<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Send + Sync + 'static + Clone> PartialEq for SubscriptionFunc<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Send + Sync + 'static + Clone> Subscription<T> for SubscriptionFunc<T>
[src]

Auto Trait Implementations

impl<T> Send for SubscriptionFunc<T> where
    T: Send

impl<T> Sync for SubscriptionFunc<T> where
    T: Sync