pub struct Tap<'a, Item>{ /* private fields */ }
Implementations§
Source§impl<'a, Item> Tap<'a, Item>
impl<'a, Item> Tap<'a, Item>
pub fn new<Next, Error, Complete>( next: Next, error: Error, complete: Complete, ) -> Tap<'a, Item>
pub fn execute(&self, source: Observable<'a, Item>) -> Observable<'a, Item>
Trait Implementations§
Auto Trait Implementations§
impl<'a, Item> Freeze for Tap<'a, Item>
impl<'a, Item> RefUnwindSafe for Tap<'a, Item>
impl<'a, Item> Send for Tap<'a, Item>
impl<'a, Item> Sync for Tap<'a, Item>
impl<'a, Item> Unpin for Tap<'a, Item>
impl<'a, Item> UnwindSafe for Tap<'a, Item>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more