pub struct SetMaxCallStackSizeToCapture {
pub method: SetMaxCallStackSizeToCaptureMethod,
pub params: SetMaxCallStackSizeToCaptureParams,
}Fields§
§method: SetMaxCallStackSizeToCaptureMethod§params: SetMaxCallStackSizeToCaptureParamsImplementations§
Source§impl SetMaxCallStackSizeToCapture
impl SetMaxCallStackSizeToCapture
pub fn builder() -> SetMaxCallStackSizeToCaptureBuilder
Source§impl SetMaxCallStackSizeToCapture
impl SetMaxCallStackSizeToCapture
pub const IDENTIFIER: &'static str = "Runtime.setMaxCallStackSizeToCapture"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetMaxCallStackSizeToCapture
impl Clone for SetMaxCallStackSizeToCapture
Source§fn clone(&self) -> SetMaxCallStackSizeToCapture
fn clone(&self) -> SetMaxCallStackSizeToCapture
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 CommandResult for SetMaxCallStackSizeToCapture
impl CommandResult for SetMaxCallStackSizeToCapture
type Result = SetMaxCallStackSizeToCaptureResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetMaxCallStackSizeToCapture
impl Debug for SetMaxCallStackSizeToCapture
Source§impl<'de> Deserialize<'de> for SetMaxCallStackSizeToCapture
impl<'de> Deserialize<'de> for SetMaxCallStackSizeToCapture
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 From<SetMaxCallStackSizeToCapture> for Command
impl From<SetMaxCallStackSizeToCapture> for Command
Source§fn from(v: SetMaxCallStackSizeToCapture) -> Self
fn from(v: SetMaxCallStackSizeToCapture) -> Self
Converts to this type from the input type.
Source§impl From<SetMaxCallStackSizeToCapture> for JsProtocolCommands
impl From<SetMaxCallStackSizeToCapture> for JsProtocolCommands
Source§fn from(v: SetMaxCallStackSizeToCapture) -> Self
fn from(v: SetMaxCallStackSizeToCapture) -> Self
Converts to this type from the input type.
Source§impl From<SetMaxCallStackSizeToCapture> for RuntimeCommands
impl From<SetMaxCallStackSizeToCapture> for RuntimeCommands
Source§fn from(v: SetMaxCallStackSizeToCapture) -> Self
fn from(v: SetMaxCallStackSizeToCapture) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetMaxCallStackSizeToCapture
impl PartialEq for SetMaxCallStackSizeToCapture
Source§fn eq(&self, other: &SetMaxCallStackSizeToCapture) -> bool
fn eq(&self, other: &SetMaxCallStackSizeToCapture) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<JsProtocolCommands> for SetMaxCallStackSizeToCapture
impl TryFrom<JsProtocolCommands> for SetMaxCallStackSizeToCapture
Source§type Error = JsProtocolCommands
type Error = JsProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolCommands,
) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<RuntimeCommands> for SetMaxCallStackSizeToCapture
impl TryFrom<RuntimeCommands> for SetMaxCallStackSizeToCapture
Source§type Error = RuntimeCommands
type Error = RuntimeCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: RuntimeCommands,
) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<RuntimeCommands>>::Error>
fn try_from( e: RuntimeCommands, ) -> Result<Self, <SetMaxCallStackSizeToCapture as TryFrom<RuntimeCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetMaxCallStackSizeToCapture
Auto Trait Implementations§
impl Freeze for SetMaxCallStackSizeToCapture
impl RefUnwindSafe for SetMaxCallStackSizeToCapture
impl Send for SetMaxCallStackSizeToCapture
impl Sync for SetMaxCallStackSizeToCapture
impl Unpin for SetMaxCallStackSizeToCapture
impl UnsafeUnpin for SetMaxCallStackSizeToCapture
impl UnwindSafe for SetMaxCallStackSizeToCapture
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