pub struct GetObjectByHeapObjectIdBuilder { /* private fields */ }Expand description
Builder for GetObjectByHeapObjectId.
Implementations§
Source§impl GetObjectByHeapObjectIdBuilder
impl GetObjectByHeapObjectIdBuilder
pub fn object_id<VALUE: Into<HeapSnapshotObjectId>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn object_group<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn object_group<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Symbolic group name that can be used to release multiple objects.
Sourcepub fn build(
&self,
) -> Result<GetObjectByHeapObjectId, GetObjectByHeapObjectIdBuilderError>
pub fn build( &self, ) -> Result<GetObjectByHeapObjectId, GetObjectByHeapObjectIdBuilderError>
Trait Implementations§
Source§impl Clone for GetObjectByHeapObjectIdBuilder
impl Clone for GetObjectByHeapObjectIdBuilder
Source§fn clone(&self) -> GetObjectByHeapObjectIdBuilder
fn clone(&self) -> GetObjectByHeapObjectIdBuilder
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 GetObjectByHeapObjectIdBuilder
impl RefUnwindSafe for GetObjectByHeapObjectIdBuilder
impl Send for GetObjectByHeapObjectIdBuilder
impl Sync for GetObjectByHeapObjectIdBuilder
impl Unpin for GetObjectByHeapObjectIdBuilder
impl UnsafeUnpin for GetObjectByHeapObjectIdBuilder
impl UnwindSafe for GetObjectByHeapObjectIdBuilder
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