Struct fp_rust::publisher::Publisher[][src]

pub struct Publisher<X, T> { /* fields omitted */ }

Methods

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

Trait Implementations

impl<X: Clone, T: Clone> Clone for Publisher<X, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl<X, T> Send for Publisher<X, T> where
    T: Send + Sync,
    X: Send

impl<X, T> Sync for Publisher<X, T> where
    T: Send + Sync,
    X: Sync