pub struct ClosureAsync { /* private fields */ }
Trait Implementations§
Source§impl RequestImpl for ClosureAsync
impl RequestImpl for ClosureAsync
type Error = ClosureError
Auto Trait Implementations§
impl Freeze for ClosureAsync
impl !RefUnwindSafe for ClosureAsync
impl !Send for ClosureAsync
impl !Sync for ClosureAsync
impl Unpin for ClosureAsync
impl !UnwindSafe for ClosureAsync
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