pub struct OpenUrlEvent { /* private fields */ }Expand description
Event that is triggered when the app was requested to open a new URL.
Typed tauri::Event.
Implementations§
Auto Trait Implementations§
impl Freeze for OpenUrlEvent
impl RefUnwindSafe for OpenUrlEvent
impl Send for OpenUrlEvent
impl Sync for OpenUrlEvent
impl Unpin for OpenUrlEvent
impl UnwindSafe for OpenUrlEvent
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