pub struct Callback<F>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<F> !Freeze for Callback<F>
impl<F> !RefUnwindSafe for Callback<F>
impl<F> Send for Callback<F>where
F: Send,
impl<F> Sync for Callback<F>where
F: Send,
impl<F> Unpin for Callback<F>where
F: Unpin,
impl<F> UnwindSafe for Callback<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