Struct browser_window::browser::BrowserWindow[][src]

pub struct BrowserWindow { /* fields omitted */ }
Expand description

An owned browser window handle. When this handle goes out of scope, its resource get scheduled for cleanup.

Methods from Deref<Target = BrowserWindowHandle>

Returns the application handle associated with this browser window.

Executes the given javascript code and returns the output as a string. If you don’t need the result, see exec_js.

Executes the given javascript code without waiting on it to finish.

Causes the browser to navigate to the given url.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Executes the destructor for this type. 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

Performs the conversion.

Performs the conversion.

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.