pub struct AddInspectedHeapObjectBuilder { /* private fields */ }Expand description
Builder for AddInspectedHeapObject.
Implementations§
Source§impl AddInspectedHeapObjectBuilder
impl AddInspectedHeapObjectBuilder
Sourcepub fn heap_object_id<VALUE: Into<HeapSnapshotObjectId>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn heap_object_id<VALUE: Into<HeapSnapshotObjectId>>( &mut self, value: VALUE, ) -> &mut Self
Heap snapshot object id to be accessible by means of $x command line API.
Sourcepub fn build(
&self,
) -> Result<AddInspectedHeapObject, AddInspectedHeapObjectBuilderError>
pub fn build( &self, ) -> Result<AddInspectedHeapObject, AddInspectedHeapObjectBuilderError>
Trait Implementations§
Source§impl Clone for AddInspectedHeapObjectBuilder
impl Clone for AddInspectedHeapObjectBuilder
Source§fn clone(&self) -> AddInspectedHeapObjectBuilder
fn clone(&self) -> AddInspectedHeapObjectBuilder
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 AddInspectedHeapObjectBuilder
impl RefUnwindSafe for AddInspectedHeapObjectBuilder
impl Send for AddInspectedHeapObjectBuilder
impl Sync for AddInspectedHeapObjectBuilder
impl Unpin for AddInspectedHeapObjectBuilder
impl UnsafeUnpin for AddInspectedHeapObjectBuilder
impl UnwindSafe for AddInspectedHeapObjectBuilder
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