Struct browser_window::browser::DownloadProgressEvent
source · pub struct DownloadProgressEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for DownloadProgressEvent
impl RefUnwindSafe for DownloadProgressEvent
impl !Send for DownloadProgressEvent
impl !Sync for DownloadProgressEvent
impl Unpin 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