pub struct AddInspectedHeapObjectBuilder { /* private fields */ }Implementations§
Source§impl AddInspectedHeapObjectBuilder
impl AddInspectedHeapObjectBuilder
pub fn heap_object_id( self, heap_object_id: impl Into<HeapSnapshotObjectId>, ) -> Self
pub fn build(self) -> Result<AddInspectedHeapObject, String>
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 moreSource§impl Default for AddInspectedHeapObjectBuilder
impl Default for AddInspectedHeapObjectBuilder
Source§fn default() -> AddInspectedHeapObjectBuilder
fn default() -> AddInspectedHeapObjectBuilder
Returns the “default value” for a type. Read more
Auto 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