pub struct DownloadParameters {
pub frame_id: WebFrameHandle,
pub url: String,
pub download_job: DownloadJob,
}Expand description
The download parameters.
Fields§
§frame_id: WebFrameHandleThe frame handler.
url: StringThe url.
download_job: DownloadJobThe download job.
Auto Trait Implementations§
impl Freeze for DownloadParameters
impl RefUnwindSafe for DownloadParameters
impl !Send for DownloadParameters
impl !Sync for DownloadParameters
impl Unpin for DownloadParameters
impl UnsafeUnpin for DownloadParameters
impl UnwindSafe for DownloadParameters
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