pub struct PauseOnAsyncCallParams {
pub parentStackTraceId: StackTraceId,
}Fields§
§parentStackTraceId: StackTraceIdDebugger will pause when async call with given stack trace is started.
Implementations§
Trait Implementations§
Source§impl CdpCommand for PauseOnAsyncCallParams
impl CdpCommand for PauseOnAsyncCallParams
Source§impl Clone for PauseOnAsyncCallParams
impl Clone for PauseOnAsyncCallParams
Source§fn clone(&self) -> PauseOnAsyncCallParams
fn clone(&self) -> PauseOnAsyncCallParams
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 PauseOnAsyncCallParams
impl Debug for PauseOnAsyncCallParams
Source§impl Default for PauseOnAsyncCallParams
impl Default for PauseOnAsyncCallParams
Source§fn default() -> PauseOnAsyncCallParams
fn default() -> PauseOnAsyncCallParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PauseOnAsyncCallParams
impl<'de> Deserialize<'de> for PauseOnAsyncCallParams
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 PauseOnAsyncCallParams
impl RefUnwindSafe for PauseOnAsyncCallParams
impl Send for PauseOnAsyncCallParams
impl Sync for PauseOnAsyncCallParams
impl Unpin for PauseOnAsyncCallParams
impl UnsafeUnpin for PauseOnAsyncCallParams
impl UnwindSafe for PauseOnAsyncCallParams
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