Struct chrome_remote_interface_model::page::FrameNavigatedEvent[][src]

pub struct FrameNavigatedEvent { /* fields omitted */ }
This is supported on crate features Page and Debugger and DOM and IO and Network and Runtime only.
Expand description

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

Implementations

Frame object.

Methods from Deref<Target = Frame>

Frame unique identifier.

Parent frame identifier.

Identifier of the loader associated with this frame.

Frame’s name as specified in the tag.

Frame document’s URL without fragment.

This is supported on crate feature experimental only.

Frame document’s URL fragment including the ‘#’.

This is supported on crate feature experimental only.

Frame document’s registered domain, taking the public suffixes list into account. Extracted from the Frame’s url. Example URLs: http://www.google.com/file.html -> “google.com” http://a.b.co.uk/file.html -> “b.co.uk”

Frame document’s security origin.

Frame document’s mimeType as determined by the browser.

This is supported on crate feature experimental only.

If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.

This is supported on crate feature experimental only.

Indicates whether this frame was tagged as an ad.

This is supported on crate feature experimental only.

Indicates whether the main document is a secure context and explains why that is the case.

This is supported on crate feature experimental only.

Indicates whether this is a cross origin isolated context.

This is supported on crate feature experimental only.

Indicated which gated APIs / features are available.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. 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.