Enum webbrowser::Browser
source · pub enum Browser {
Default,
Firefox,
InternetExplorer,
Chrome,
Opera,
Safari,
WebPositive,
}
Expand description
Browser types available
Variants§
Default
Operating system’s default browser
Firefox
Mozilla Firefox
InternetExplorer
Microsoft’s Internet Explorer
Chrome
Google Chrome
Opera
Opera
Safari
Mac OS Safari
WebPositive
Haiku’s WebPositive
Implementations§
Trait Implementations§
source§impl PartialEq for Browser
impl PartialEq for Browser
impl Copy for Browser
impl Eq for Browser
impl StructuralPartialEq for Browser
Auto Trait Implementations§
impl Freeze for Browser
impl RefUnwindSafe for Browser
impl Send for Browser
impl Sync for Browser
impl Unpin for Browser
impl UnwindSafe for Browser
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