pub struct StartTrackingHeapObjects {
pub method: StartTrackingHeapObjectsMethod,
pub params: StartTrackingHeapObjectsParams,
}Fields§
§method: StartTrackingHeapObjectsMethod§params: StartTrackingHeapObjectsParamsImplementations§
Source§impl StartTrackingHeapObjects
impl StartTrackingHeapObjects
pub const IDENTIFIER: &'static str = "HeapProfiler.startTrackingHeapObjects"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for StartTrackingHeapObjects
impl Clone for StartTrackingHeapObjects
Source§fn clone(&self) -> StartTrackingHeapObjects
fn clone(&self) -> StartTrackingHeapObjects
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 StartTrackingHeapObjects
impl CommandResult for StartTrackingHeapObjects
type Result = StartTrackingHeapObjectsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for StartTrackingHeapObjects
impl Debug for StartTrackingHeapObjects
Source§impl<'de> Deserialize<'de> for StartTrackingHeapObjects
impl<'de> Deserialize<'de> for StartTrackingHeapObjects
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<StartTrackingHeapObjects> for Command
impl From<StartTrackingHeapObjects> for Command
Source§fn from(v: StartTrackingHeapObjects) -> Self
fn from(v: StartTrackingHeapObjects) -> Self
Converts to this type from the input type.
Source§impl From<StartTrackingHeapObjects> for HeapProfilerCommands
impl From<StartTrackingHeapObjects> for HeapProfilerCommands
Source§fn from(v: StartTrackingHeapObjects) -> Self
fn from(v: StartTrackingHeapObjects) -> Self
Converts to this type from the input type.
Source§impl From<StartTrackingHeapObjects> for JsProtocolCommands
impl From<StartTrackingHeapObjects> for JsProtocolCommands
Source§fn from(v: StartTrackingHeapObjects) -> Self
fn from(v: StartTrackingHeapObjects) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StartTrackingHeapObjects
impl PartialEq for StartTrackingHeapObjects
Source§impl Serialize for StartTrackingHeapObjects
impl Serialize for StartTrackingHeapObjects
Source§impl TryFrom<Command> for StartTrackingHeapObjects
impl TryFrom<Command> for StartTrackingHeapObjects
Source§impl TryFrom<HeapProfilerCommands> for StartTrackingHeapObjects
impl TryFrom<HeapProfilerCommands> for StartTrackingHeapObjects
Source§type Error = HeapProfilerCommands
type Error = HeapProfilerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: HeapProfilerCommands,
) -> Result<Self, <StartTrackingHeapObjects as TryFrom<HeapProfilerCommands>>::Error>
fn try_from( e: HeapProfilerCommands, ) -> Result<Self, <StartTrackingHeapObjects as TryFrom<HeapProfilerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for StartTrackingHeapObjects
impl TryFrom<JsProtocolCommands> for StartTrackingHeapObjects
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, <StartTrackingHeapObjects as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <StartTrackingHeapObjects as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for StartTrackingHeapObjects
Auto Trait Implementations§
impl Freeze for StartTrackingHeapObjects
impl RefUnwindSafe for StartTrackingHeapObjects
impl Send for StartTrackingHeapObjects
impl Sync for StartTrackingHeapObjects
impl Unpin for StartTrackingHeapObjects
impl UnsafeUnpin for StartTrackingHeapObjects
impl UnwindSafe for StartTrackingHeapObjects
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