pub struct FrameStoppedLoading {
pub frame_id: FrameId,
}Expand description
Fired when frame has stopped loading. EXPERIMENTAL: This feature is experimental and may change or be removed.
Fields§
§frame_id: FrameIdId of the frame that has stopped loading.
Implementations§
Trait Implementations§
Source§impl Clone for FrameStoppedLoading
impl Clone for FrameStoppedLoading
Source§fn clone(&self) -> FrameStoppedLoading
fn clone(&self) -> FrameStoppedLoading
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 FrameStoppedLoading
impl Debug for FrameStoppedLoading
Source§impl<'de> Deserialize<'de> for FrameStoppedLoading
impl<'de> Deserialize<'de> for FrameStoppedLoading
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
Auto Trait Implementations§
impl Freeze for FrameStoppedLoading
impl RefUnwindSafe for FrameStoppedLoading
impl Send for FrameStoppedLoading
impl Sync for FrameStoppedLoading
impl Unpin for FrameStoppedLoading
impl UnwindSafe for FrameStoppedLoading
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