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