Expand description
What URL to open, and how.
Fields
url: String
new_tab: bool
If true
, open the url in a new tab.
If false
open it in the same tab.
Only matters when in a web browser.
Implementations
Trait Implementations
impl StructuralPartialEq for OpenUrl
Auto Trait Implementations
impl RefUnwindSafe for OpenUrl
impl Send for OpenUrl
impl Sync for OpenUrl
impl Unpin for OpenUrl
impl UnwindSafe for OpenUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more