Struct headless_chrome::protocol::cdp::Page::NavigationEntry
source · pub struct NavigationEntry {
pub id: JsUInt,
pub url: String,
pub user_typed_url: String,
pub title: String,
pub transition_Type: TransitionType,
}Fields§
§id: JsUInt§url: String§user_typed_url: String§title: String§transition_Type: TransitionTypeTrait Implementations§
source§fn clone(&self) -> NavigationEntry
fn clone(&self) -> NavigationEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more