pub struct AsyncConvert<T, Fn> { /* private fields */ }Implementations§
Source§impl<T, Fn> AsyncConvert<T, Fn>
impl<T, Fn> AsyncConvert<T, Fn>
Trait Implementations§
Source§impl<T: Clone, Fn: Clone> Clone for AsyncConvert<T, Fn>
impl<T: Clone, Fn: Clone> Clone for AsyncConvert<T, Fn>
Source§fn clone(&self) -> AsyncConvert<T, Fn>
fn clone(&self) -> AsyncConvert<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 AsyncConvert<Ex, Fn>
impl<Ex, Fn, T, E, Fut> Extractor for AsyncConvert<Ex, Fn>
Auto Trait Implementations§
impl<T, Fn> Freeze for AsyncConvert<T, Fn>
impl<T, Fn> RefUnwindSafe for AsyncConvert<T, Fn>where
T: RefUnwindSafe,
Fn: RefUnwindSafe,
impl<T, Fn> Send for AsyncConvert<T, Fn>
impl<T, Fn> Sync for AsyncConvert<T, Fn>
impl<T, Fn> Unpin for AsyncConvert<T, Fn>
impl<T, Fn> UnwindSafe for AsyncConvert<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