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