Enum webbrowser::Browser[][src]

pub enum Browser {
    Default,
    Firefox,
    InternetExplorer,
    Chrome,
    Opera,
    Safari,
}

Browser types available

Variants

Operating system's default browser

Mozilla Firefox

Microsoft's Internet Explorer

Google Chrome

Opera

Mac OS Safari

Trait Implementations

impl Debug for Browser
[src]

Formats the value using the given formatter. Read more

impl Eq for Browser
[src]

impl PartialEq for Browser
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Browser
[src]

impl Clone for Browser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Browser
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for Browser
[src]

Returns the "default value" for a type. Read more

impl Display for Browser
[src]

Formats the value using the given formatter. Read more

impl FromStr for Browser
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Browser

impl Sync for Browser