pub struct PauseOnAsyncCall {
pub parent_stack_trace_id: StackTraceId,
}Fields§
§parent_stack_trace_id: StackTraceIdTrait 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 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