pub struct DownloadProgressEvent { /* private fields */ }Auto Trait Implementations§
impl !Send for DownloadProgressEvent
impl !Sync for DownloadProgressEvent
impl Freeze for DownloadProgressEvent
impl RefUnwindSafe for DownloadProgressEvent
impl Unpin for DownloadProgressEvent
impl UnsafeUnpin for DownloadProgressEvent
impl UnwindSafe for DownloadProgressEvent
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