pub struct Callback<'a> { /* private fields */ }
Expand description
See ArgData
for details.
Implementations§
Trait Implementations§
impl Send for Callback<'static>
impl Sync for Callback<'static>
Auto Trait Implementations§
impl<'a> Freeze for Callback<'a>
impl<'a> RefUnwindSafe for Callback<'a>
impl<'a> Unpin for Callback<'a>
impl<'a> !UnwindSafe for Callback<'a>
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