pub struct GetHeapObjectId {
pub method: GetHeapObjectIdMethod,
pub params: GetHeapObjectIdParams,
}Fields§
§method: GetHeapObjectIdMethod§params: GetHeapObjectIdParamsImplementations§
Source§impl GetHeapObjectId
impl GetHeapObjectId
pub fn builder() -> GetHeapObjectIdBuilder
Source§impl GetHeapObjectId
impl GetHeapObjectId
pub const IDENTIFIER: &'static str = "HeapProfiler.getHeapObjectId"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetHeapObjectId
impl Clone for GetHeapObjectId
Source§fn clone(&self) -> GetHeapObjectId
fn clone(&self) -> GetHeapObjectId
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 GetHeapObjectId
impl CommandResult for GetHeapObjectId
type Result = GetHeapObjectIdResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetHeapObjectId
impl Debug for GetHeapObjectId
Source§impl<'de> Deserialize<'de> for GetHeapObjectId
impl<'de> Deserialize<'de> for GetHeapObjectId
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<GetHeapObjectId> for Command
impl From<GetHeapObjectId> for Command
Source§fn from(v: GetHeapObjectId) -> Self
fn from(v: GetHeapObjectId) -> Self
Converts to this type from the input type.
Source§impl From<GetHeapObjectId> for HeapProfilerCommands
impl From<GetHeapObjectId> for HeapProfilerCommands
Source§fn from(v: GetHeapObjectId) -> Self
fn from(v: GetHeapObjectId) -> Self
Converts to this type from the input type.
Source§impl From<GetHeapObjectId> for JsProtocolCommands
impl From<GetHeapObjectId> for JsProtocolCommands
Source§fn from(v: GetHeapObjectId) -> Self
fn from(v: GetHeapObjectId) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetHeapObjectId
impl PartialEq for GetHeapObjectId
Source§impl Serialize for GetHeapObjectId
impl Serialize for GetHeapObjectId
Source§impl TryFrom<Command> for GetHeapObjectId
impl TryFrom<Command> for GetHeapObjectId
Source§impl TryFrom<HeapProfilerCommands> for GetHeapObjectId
impl TryFrom<HeapProfilerCommands> for GetHeapObjectId
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, <GetHeapObjectId as TryFrom<HeapProfilerCommands>>::Error>
fn try_from( e: HeapProfilerCommands, ) -> Result<Self, <GetHeapObjectId as TryFrom<HeapProfilerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolCommands> for GetHeapObjectId
impl TryFrom<JsProtocolCommands> for GetHeapObjectId
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, <GetHeapObjectId as TryFrom<JsProtocolCommands>>::Error>
fn try_from( e: JsProtocolCommands, ) -> Result<Self, <GetHeapObjectId as TryFrom<JsProtocolCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetHeapObjectId
Auto Trait Implementations§
impl Freeze for GetHeapObjectId
impl RefUnwindSafe for GetHeapObjectId
impl Send for GetHeapObjectId
impl Sync for GetHeapObjectId
impl Unpin for GetHeapObjectId
impl UnsafeUnpin for GetHeapObjectId
impl UnwindSafe for GetHeapObjectId
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