pub struct AddInspectedHeapObject {
pub heap_object_id: HeapSnapshotObjectId,
}Fields§
§heap_object_id: HeapSnapshotObjectIdTrait Implementations§
Source§impl Clone for AddInspectedHeapObject
impl Clone for AddInspectedHeapObject
Source§fn clone(&self) -> AddInspectedHeapObject
fn clone(&self) -> AddInspectedHeapObject
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 AddInspectedHeapObject
impl Debug for AddInspectedHeapObject
Source§impl<'de> Deserialize<'de> for AddInspectedHeapObject
impl<'de> Deserialize<'de> for AddInspectedHeapObject
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 AddInspectedHeapObject
impl Method for AddInspectedHeapObject
const NAME: &'static str = "HeapProfiler.addInspectedHeapObject"
type ReturnObject = AddInspectedHeapObjectReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for AddInspectedHeapObject
impl PartialEq for AddInspectedHeapObject
Source§impl Serialize for AddInspectedHeapObject
impl Serialize for AddInspectedHeapObject
impl StructuralPartialEq for AddInspectedHeapObject
Auto Trait Implementations§
impl Freeze for AddInspectedHeapObject
impl RefUnwindSafe for AddInspectedHeapObject
impl Send for AddInspectedHeapObject
impl Sync for AddInspectedHeapObject
impl Unpin for AddInspectedHeapObject
impl UnwindSafe for AddInspectedHeapObject
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