pub struct FrameStoppedLoadingEventParams {
pub frame_id: FrameId,
}Fields§
§frame_id: FrameIdTrait Implementations§
Source§impl Clone for FrameStoppedLoadingEventParams
impl Clone for FrameStoppedLoadingEventParams
Source§fn clone(&self) -> FrameStoppedLoadingEventParams
fn clone(&self) -> FrameStoppedLoadingEventParams
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<'de> Deserialize<'de> for FrameStoppedLoadingEventParams
impl<'de> Deserialize<'de> for FrameStoppedLoadingEventParams
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
Source§impl PartialEq for FrameStoppedLoadingEventParams
impl PartialEq for FrameStoppedLoadingEventParams
Source§fn eq(&self, other: &FrameStoppedLoadingEventParams) -> bool
fn eq(&self, other: &FrameStoppedLoadingEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrameStoppedLoadingEventParams
Auto Trait Implementations§
impl Freeze for FrameStoppedLoadingEventParams
impl RefUnwindSafe for FrameStoppedLoadingEventParams
impl Send for FrameStoppedLoadingEventParams
impl Sync for FrameStoppedLoadingEventParams
impl Unpin for FrameStoppedLoadingEventParams
impl UnwindSafe for FrameStoppedLoadingEventParams
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