pub struct GetHeapObjectIdReturns<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetHeapObjectIdReturns<'a>
impl<'a> GetHeapObjectIdReturns<'a>
Sourcepub fn builder(
heap_snapshot_object_id: impl Into<HeapSnapshotObjectId<'a>>,
) -> GetHeapObjectIdReturnsBuilder<'a>
pub fn builder( heap_snapshot_object_id: impl Into<HeapSnapshotObjectId<'a>>, ) -> GetHeapObjectIdReturnsBuilder<'a>
Creates a builder for this type with the required parameters:
heap_snapshot_object_id: Id of the heap snapshot object corresponding to the passed remote object id.
Sourcepub fn heap_snapshot_object_id(&self) -> &HeapSnapshotObjectId<'a>
pub fn heap_snapshot_object_id(&self) -> &HeapSnapshotObjectId<'a>
Id of the heap snapshot object corresponding to the passed remote object id.
Trait Implementations§
Source§impl<'a> Clone for GetHeapObjectIdReturns<'a>
impl<'a> Clone for GetHeapObjectIdReturns<'a>
Source§fn clone(&self) -> GetHeapObjectIdReturns<'a>
fn clone(&self) -> GetHeapObjectIdReturns<'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 GetHeapObjectIdReturns<'a>
impl<'a> Debug for GetHeapObjectIdReturns<'a>
Source§impl<'a> Default for GetHeapObjectIdReturns<'a>
impl<'a> Default for GetHeapObjectIdReturns<'a>
Source§fn default() -> GetHeapObjectIdReturns<'a>
fn default() -> GetHeapObjectIdReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetHeapObjectIdReturns<'a>
impl<'de, 'a> Deserialize<'de> for GetHeapObjectIdReturns<'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 GetHeapObjectIdReturns<'a>
impl<'a> RefUnwindSafe for GetHeapObjectIdReturns<'a>
impl<'a> Send for GetHeapObjectIdReturns<'a>
impl<'a> Sync for GetHeapObjectIdReturns<'a>
impl<'a> Unpin for GetHeapObjectIdReturns<'a>
impl<'a> UnsafeUnpin for GetHeapObjectIdReturns<'a>
impl<'a> UnwindSafe for GetHeapObjectIdReturns<'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