Struct beforeunload
pub struct beforeunload;
Trait Implementations§
§impl EventDescriptor for beforeunload
impl EventDescriptor for beforeunload
Auto Trait Implementations§
impl Freeze for beforeunload
impl RefUnwindSafe for beforeunload
impl Send for beforeunload
impl Sync for beforeunload
impl Unpin for beforeunload
impl UnwindSafe for beforeunload
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