pub struct FrameNavigated {
pub method: FrameNavigatedMethod,
pub params: FrameNavigatedParams,
}Expand description
Fired once navigation of the frame has completed. Frame is now associated with the new loader. frameNavigated
Fields§
§method: FrameNavigatedMethod§params: FrameNavigatedParamsImplementations§
pub const IDENTIFIER: &'static str = "Page.frameNavigated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§fn clone(&self) -> FrameNavigated
fn clone(&self) -> FrameNavigated
Returns a duplicate 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
Source§fn from(v: FrameNavigated) -> Self
fn from(v: FrameNavigated) -> Self
Converts to this type from the input type.
Source§fn from(v: FrameNavigated) -> Self
fn from(v: FrameNavigated) -> Self
Converts to this type from the input type.
Source§fn from(v: FrameNavigated) -> Self
fn from(v: FrameNavigated) -> Self
Converts to this type from the input type.
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <FrameNavigated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <FrameNavigated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§type Error = PageEvents
type Error = PageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: PageEvents,
) -> Result<Self, <FrameNavigated as TryFrom<PageEvents>>::Error>
fn try_from( e: PageEvents, ) -> Result<Self, <FrameNavigated as TryFrom<PageEvents>>::Error>
Performs the conversion.
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more