pub struct GetObjectByHeapObjectId {
pub object_id: HeapSnapshotObjectId,
pub object_group: Option<String>,
}Fields§
§object_id: HeapSnapshotObjectId§object_group: Option<String>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 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 Method for GetObjectByHeapObjectId
impl Method for GetObjectByHeapObjectId
const NAME: &'static str = "HeapProfiler.getObjectByHeapObjectId"
type ReturnObject = GetObjectByHeapObjectIdReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetObjectByHeapObjectId
impl PartialEq for GetObjectByHeapObjectId
Source§impl Serialize for GetObjectByHeapObjectId
impl Serialize for GetObjectByHeapObjectId
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 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