pub struct StatusCallback<'a>(/* private fields */);
Implementations§
Trait Implementations§
impl CallbackPtr for StatusCallback<'_>
impl Send for StatusCallback<'static>
impl Sync for StatusCallback<'static>
Auto Trait Implementations§
impl<'a> Freeze for StatusCallback<'a>
impl<'a> !RefUnwindSafe for StatusCallback<'a>
impl<'a> Unpin for StatusCallback<'a>
impl<'a> !UnwindSafe for StatusCallback<'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