Struct webkit6_sys::WebKitFileChooserRequest
source · #[repr(C)]pub struct WebKitFileChooserRequest { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebKitFileChooserRequest
impl RefUnwindSafe for WebKitFileChooserRequest
impl !Send for WebKitFileChooserRequest
impl !Sync for WebKitFileChooserRequest
impl !Unpin for WebKitFileChooserRequest
impl UnwindSafe for WebKitFileChooserRequest
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