pub struct ConsoleAPICalledEventParams {
pub type: ConsoleApiCalledTypeOption,
pub args: Vec<RemoteObject>,
pub execution_context_id: ExecutionContextId,
pub timestamp: Timestamp,
pub stack_trace: Option<StackTrace>,
pub context: Option<String>,
}Fields§
§type: ConsoleApiCalledTypeOption§args: Vec<RemoteObject>§execution_context_id: ExecutionContextId§timestamp: Timestamp§stack_trace: Option<StackTrace>§context: Option<String>Trait Implementations§
Source§impl Clone for ConsoleAPICalledEventParams
impl Clone for ConsoleAPICalledEventParams
Source§fn clone(&self) -> ConsoleAPICalledEventParams
fn clone(&self) -> ConsoleAPICalledEventParams
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 ConsoleAPICalledEventParams
impl Debug for ConsoleAPICalledEventParams
Source§impl<'de> Deserialize<'de> for ConsoleAPICalledEventParams
impl<'de> Deserialize<'de> for ConsoleAPICalledEventParams
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 ConsoleAPICalledEventParams
Auto Trait Implementations§
impl Freeze for ConsoleAPICalledEventParams
impl RefUnwindSafe for ConsoleAPICalledEventParams
impl Send for ConsoleAPICalledEventParams
impl Sync for ConsoleAPICalledEventParams
impl Unpin for ConsoleAPICalledEventParams
impl UnwindSafe for ConsoleAPICalledEventParams
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