pub struct FrameAttachedEventParams {
pub frame_id: FrameId,
pub parent_frame_id: FrameId,
pub stack: Option<StackTrace>,
}Fields§
§frame_id: FrameId§parent_frame_id: FrameId§stack: Option<StackTrace>Trait Implementations§
Source§impl Clone for FrameAttachedEventParams
impl Clone for FrameAttachedEventParams
Source§fn clone(&self) -> FrameAttachedEventParams
fn clone(&self) -> FrameAttachedEventParams
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 FrameAttachedEventParams
impl Debug for FrameAttachedEventParams
Source§impl<'de> Deserialize<'de> for FrameAttachedEventParams
impl<'de> Deserialize<'de> for FrameAttachedEventParams
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 FrameAttachedEventParams
impl PartialEq for FrameAttachedEventParams
Source§impl Serialize for FrameAttachedEventParams
impl Serialize for FrameAttachedEventParams
impl StructuralPartialEq for FrameAttachedEventParams
Auto Trait Implementations§
impl Freeze for FrameAttachedEventParams
impl RefUnwindSafe for FrameAttachedEventParams
impl Send for FrameAttachedEventParams
impl Sync for FrameAttachedEventParams
impl Unpin for FrameAttachedEventParams
impl UnwindSafe for FrameAttachedEventParams
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