pub struct FrameStartedLoadingParams {
pub frame_id: Box<FrameId>,
}Expand description
Fired when frame has started loading. frameStartedLoading
Fields§
§frame_id: Box<FrameId>Id of the frame that has started loading.
Trait Implementations§
Source§impl Clone for FrameStartedLoadingParams
impl Clone for FrameStartedLoadingParams
Source§fn clone(&self) -> FrameStartedLoadingParams
fn clone(&self) -> FrameStartedLoadingParams
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§impl Debug for FrameStartedLoadingParams
impl Debug for FrameStartedLoadingParams
Source§impl<'de> Deserialize<'de> for FrameStartedLoadingParams
impl<'de> Deserialize<'de> for FrameStartedLoadingParams
Source§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
impl StructuralPartialEq for FrameStartedLoadingParams
Auto Trait Implementations§
impl Freeze for FrameStartedLoadingParams
impl RefUnwindSafe for FrameStartedLoadingParams
impl Send for FrameStartedLoadingParams
impl Sync for FrameStartedLoadingParams
impl Unpin for FrameStartedLoadingParams
impl UnsafeUnpin for FrameStartedLoadingParams
impl UnwindSafe for FrameStartedLoadingParams
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