pub struct SetInterceptFileChooserDialogParams {
pub enabled: bool,
}Expand description
Parameters for Page.setInterceptFileChooserDialog.
Fields§
§enabled: boolWhether to intercept file chooser dialogs.
Trait Implementations§
Source§impl Clone for SetInterceptFileChooserDialogParams
impl Clone for SetInterceptFileChooserDialogParams
Source§fn clone(&self) -> SetInterceptFileChooserDialogParams
fn clone(&self) -> SetInterceptFileChooserDialogParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SetInterceptFileChooserDialogParams
impl RefUnwindSafe for SetInterceptFileChooserDialogParams
impl Send for SetInterceptFileChooserDialogParams
impl Sync for SetInterceptFileChooserDialogParams
impl Unpin for SetInterceptFileChooserDialogParams
impl UnwindSafe for SetInterceptFileChooserDialogParams
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