pub struct GetObjectByHeapObjectIdParams<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetObjectByHeapObjectIdParams<'a>
impl<'a> GetObjectByHeapObjectIdParams<'a>
Sourcepub fn builder(
object_id: impl Into<HeapSnapshotObjectId<'a>>,
) -> GetObjectByHeapObjectIdParamsBuilder<'a>
pub fn builder( object_id: impl Into<HeapSnapshotObjectId<'a>>, ) -> GetObjectByHeapObjectIdParamsBuilder<'a>
Creates a builder for this type with the required parameters:
object_id:
pub fn object_id(&self) -> &HeapSnapshotObjectId<'a>
Sourcepub fn object_group(&self) -> Option<&str>
pub fn object_group(&self) -> Option<&str>
Symbolic group name that can be used to release multiple objects.
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetObjectByHeapObjectIdParams<'a>
impl<'a> CdpCommand<'a> for GetObjectByHeapObjectIdParams<'a>
Source§impl<'a> Clone for GetObjectByHeapObjectIdParams<'a>
impl<'a> Clone for GetObjectByHeapObjectIdParams<'a>
Source§fn clone(&self) -> GetObjectByHeapObjectIdParams<'a>
fn clone(&self) -> GetObjectByHeapObjectIdParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for GetObjectByHeapObjectIdParams<'a>
impl<'a> Debug for GetObjectByHeapObjectIdParams<'a>
Source§impl<'a> Default for GetObjectByHeapObjectIdParams<'a>
impl<'a> Default for GetObjectByHeapObjectIdParams<'a>
Source§fn default() -> GetObjectByHeapObjectIdParams<'a>
fn default() -> GetObjectByHeapObjectIdParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetObjectByHeapObjectIdParams<'a>
impl<'de, 'a> Deserialize<'de> for GetObjectByHeapObjectIdParams<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for GetObjectByHeapObjectIdParams<'a>
impl<'a> RefUnwindSafe for GetObjectByHeapObjectIdParams<'a>
impl<'a> Send for GetObjectByHeapObjectIdParams<'a>
impl<'a> Sync for GetObjectByHeapObjectIdParams<'a>
impl<'a> Unpin for GetObjectByHeapObjectIdParams<'a>
impl<'a> UnsafeUnpin for GetObjectByHeapObjectIdParams<'a>
impl<'a> UnwindSafe for GetObjectByHeapObjectIdParams<'a>
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