pub struct AsyncChainLite<T, Fn> { /* private fields */ }Implementations§
Source§impl<T, Fn> AsyncChainLite<T, Fn>
impl<T, Fn> AsyncChainLite<T, Fn>
Trait Implementations§
Source§impl<T: Clone, Fn: Clone> Clone for AsyncChainLite<T, Fn>
impl<T: Clone, Fn: Clone> Clone for AsyncChainLite<T, Fn>
Source§fn clone(&self) -> AsyncChainLite<T, Fn>
fn clone(&self) -> AsyncChainLite<T, Fn>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Ex, Fn, T, E, Fut> Extractor for AsyncChainLite<Ex, Fn>
impl<Ex, Fn, T, E, Fut> Extractor for AsyncChainLite<Ex, Fn>
Auto Trait Implementations§
impl<T, Fn> Freeze for AsyncChainLite<T, Fn>
impl<T, Fn> RefUnwindSafe for AsyncChainLite<T, Fn>where
T: RefUnwindSafe,
Fn: RefUnwindSafe,
impl<T, Fn> Send for AsyncChainLite<T, Fn>
impl<T, Fn> Sync for AsyncChainLite<T, Fn>
impl<T, Fn> Unpin for AsyncChainLite<T, Fn>
impl<T, Fn> UnwindSafe for AsyncChainLite<T, Fn>where
T: UnwindSafe,
Fn: UnwindSafe,
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