Struct browser_window::browser::AddressChangedEvent
source · pub struct AddressChangedEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for AddressChangedEvent
impl RefUnwindSafe for AddressChangedEvent
impl !Send for AddressChangedEvent
impl !Sync for AddressChangedEvent
impl Unpin for AddressChangedEvent
impl UnwindSafe for AddressChangedEvent
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