#[repr(C)]pub struct AsyncActionProgressHandler_Vtbl<TProgress>where
TProgress: RuntimeType + 'static,{ /* private fields */ }
Auto Trait Implementations§
impl<TProgress> Freeze for AsyncActionProgressHandler_Vtbl<TProgress>
impl<TProgress> RefUnwindSafe for AsyncActionProgressHandler_Vtbl<TProgress>where
TProgress: RefUnwindSafe,
impl<TProgress> Send for AsyncActionProgressHandler_Vtbl<TProgress>where
TProgress: Send,
impl<TProgress> Sync for AsyncActionProgressHandler_Vtbl<TProgress>where
TProgress: Sync,
impl<TProgress> Unpin for AsyncActionProgressHandler_Vtbl<TProgress>where
TProgress: Unpin,
impl<TProgress> UnwindSafe for AsyncActionProgressHandler_Vtbl<TProgress>where
TProgress: 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