struct OnInformationalClosure<F>(F);
Tuple Fields§
§0: F
Trait Implementations§
Source§impl<F> OnInformationalCallback for OnInformationalClosure<F>
impl<F> OnInformationalCallback for OnInformationalClosure<F>
fn on_informational(&self, res: Response<()>)
Auto Trait Implementations§
impl<F> Freeze for OnInformationalClosure<F>where
F: Freeze,
impl<F> RefUnwindSafe for OnInformationalClosure<F>where
F: RefUnwindSafe,
impl<F> Send for OnInformationalClosure<F>where
F: Send,
impl<F> Sync for OnInformationalClosure<F>where
F: Sync,
impl<F> Unpin for OnInformationalClosure<F>where
F: Unpin,
impl<F> UnwindSafe for OnInformationalClosure<F>where
F: 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