pub struct IExplorerBrowserEvents(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IExplorerBrowserEvents
impl !Sync for IExplorerBrowserEvents
impl Freeze for IExplorerBrowserEvents
impl RefUnwindSafe for IExplorerBrowserEvents
impl Unpin for IExplorerBrowserEvents
impl UnsafeUnpin for IExplorerBrowserEvents
impl UnwindSafe for IExplorerBrowserEvents
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