pub struct PauseOnAsyncCall {
pub parent_stack_trace_id: StackTraceId,
}๐Deprecated
Fieldsยง
ยงparent_stack_trace_id: StackTraceId๐Deprecated
Debugger will pause when async call with given stack trace is started.
Trait Implementationsยง
Sourceยงimpl Clone for PauseOnAsyncCall
impl Clone for PauseOnAsyncCall
Sourceยงfn clone(&self) -> PauseOnAsyncCall
fn clone(&self) -> PauseOnAsyncCall
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 PauseOnAsyncCall
impl Debug for PauseOnAsyncCall
Sourceยงimpl<'de> Deserialize<'de> for PauseOnAsyncCall
impl<'de> Deserialize<'de> for PauseOnAsyncCall
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 Method for PauseOnAsyncCall
impl Method for PauseOnAsyncCall
const NAME: &'static str = "Debugger.pauseOnAsyncCall"
type ReturnObject = PauseOnAsyncCallReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Sourceยงimpl PartialEq for PauseOnAsyncCall
impl PartialEq for PauseOnAsyncCall
Sourceยงimpl Serialize for PauseOnAsyncCall
impl Serialize for PauseOnAsyncCall
impl StructuralPartialEq for PauseOnAsyncCall
Auto Trait Implementationsยง
impl Freeze for PauseOnAsyncCall
impl RefUnwindSafe for PauseOnAsyncCall
impl Send for PauseOnAsyncCall
impl Sync for PauseOnAsyncCall
impl Unpin for PauseOnAsyncCall
impl UnsafeUnpin for PauseOnAsyncCall
impl UnwindSafe for PauseOnAsyncCall
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