pub enum BrowsingContext {
    Empty,
    Blank,
    Self_,
    Parent,
    Top,
}
Expand description

A browsing context is an environment in which Document objects are presented to the user.

Variants

Empty

Represents an empty browsing context.

Blank

Represents a “_blank” browsing context.

Self_

Represents a “_self” browsing context.

Parent

Represents a “_parent” browsing context.

Top

Represents a “_top” browsing context.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.