pub struct InspectRequestedEventParams {
pub object: RemoteObject,
pub execution_context_id: Option<ExecutionContextId>,
}Fields§
§object: RemoteObject§execution_context_id: Option<ExecutionContextId>Trait Implementations§
Source§impl Clone for InspectRequestedEventParams
impl Clone for InspectRequestedEventParams
Source§fn clone(&self) -> InspectRequestedEventParams
fn clone(&self) -> InspectRequestedEventParams
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 InspectRequestedEventParams
impl Debug for InspectRequestedEventParams
Source§impl<'de> Deserialize<'de> for InspectRequestedEventParams
impl<'de> Deserialize<'de> for InspectRequestedEventParams
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 InspectRequestedEventParams
Auto Trait Implementations§
impl Freeze for InspectRequestedEventParams
impl RefUnwindSafe for InspectRequestedEventParams
impl Send for InspectRequestedEventParams
impl Sync for InspectRequestedEventParams
impl Unpin for InspectRequestedEventParams
impl UnwindSafe for InspectRequestedEventParams
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