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