[−][src]Struct rxrust::ops::box_it::BoxOp   
Trait Implementations
impl<T: Clone> Clone for BoxOp<T>[src]
pub fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for BoxOp<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
impl<T> Send for BoxOp<T> where
    T: Send, 
T: Send,
impl<T> Sync for BoxOp<T> where
    T: Sync, 
T: Sync,
impl<T> Unpin for BoxOp<T> where
    T: Unpin, 
T: Unpin,
impl<T> UnwindSafe for BoxOp<T> where
    T: UnwindSafe, 
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<'a, T> BoxClone<'a> for T where
    T: BoxObservable<'a> + Clone + 'a, [src]
T: BoxObservable<'a> + Clone + 'a,
pub fn box_clone(
    &Self
) -> Box<dyn BoxClone<'a, Err = <T as BoxObservable<'a>>::Err, Item = <T as BoxObservable<'a>>::Item> + 'a, Global>[src]
&Self
) -> Box<dyn BoxClone<'a, Err = <T as BoxObservable<'a>>::Err, Item = <T as BoxObservable<'a>>::Item> + 'a, Global>
impl<'a, T> BoxObservable<'a> for T where
    T: LocalObservable<'a> + 'a, [src]
T: LocalObservable<'a> + 'a,
type Item = <T as Observable>::Item
type Err = <T as Observable>::Err
pub fn box_subscribe(
    Box<T, Global>, 
    Subscriber<Box<dyn Observer<Err = <T as BoxObservable<'a>>::Err, Item = <T as BoxObservable<'a>>::Item> + 'a, Global>, LocalSubscription>
) -> Box<dyn SubscriptionLike + 'static, Global>[src]
Box<T, Global>,
Subscriber<Box<dyn Observer<Err = <T as BoxObservable<'a>>::Err, Item = <T as BoxObservable<'a>>::Item> + 'a, Global>, LocalSubscription>
) -> Box<dyn SubscriptionLike + 'static, Global>
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> SharedBoxClone for T where
    T: SharedBoxObservable + Clone + 'static, [src]
T: SharedBoxObservable + Clone + 'static,
pub fn box_clone(
    &Self
) -> Box<dyn SharedBoxClone<Item = <T as SharedBoxObservable>::Item, Err = <T as SharedBoxObservable>::Err> + 'static, Global>[src]
&Self
) -> Box<dyn SharedBoxClone<Item = <T as SharedBoxObservable>::Item, Err = <T as SharedBoxObservable>::Err> + 'static, Global>
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,