pub struct GetHeapObjectIdReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetHeapObjectIdReturnObject.
Implementations§
Source§impl GetHeapObjectIdReturnObjectBuilder
impl GetHeapObjectIdReturnObjectBuilder
Sourcepub fn heap_snapshot_object_id(
&mut self,
value: HeapSnapshotObjectId,
) -> &mut Self
pub fn heap_snapshot_object_id( &mut self, value: HeapSnapshotObjectId, ) -> &mut Self
Id of the heap snapshot object corresponding to the passed remote object id.
Sourcepub fn build(
&self,
) -> Result<GetHeapObjectIdReturnObject, GetHeapObjectIdReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetHeapObjectIdReturnObject, GetHeapObjectIdReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetHeapObjectIdReturnObjectBuilder
impl Clone for GetHeapObjectIdReturnObjectBuilder
Source§fn clone(&self) -> GetHeapObjectIdReturnObjectBuilder
fn clone(&self) -> GetHeapObjectIdReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetHeapObjectIdReturnObjectBuilder
impl RefUnwindSafe for GetHeapObjectIdReturnObjectBuilder
impl Send for GetHeapObjectIdReturnObjectBuilder
impl Sync for GetHeapObjectIdReturnObjectBuilder
impl Unpin for GetHeapObjectIdReturnObjectBuilder
impl UnsafeUnpin for GetHeapObjectIdReturnObjectBuilder
impl UnwindSafe for GetHeapObjectIdReturnObjectBuilder
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