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