pub struct GetHeapObjectIdBuilder { /* private fields */ }Expand description
Builder for GetHeapObjectId.
Implementations§
Source§impl GetHeapObjectIdBuilder
impl GetHeapObjectIdBuilder
Sourcepub fn object_id<VALUE: Into<RemoteObjectId>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn object_id<VALUE: Into<RemoteObjectId>>( &mut self, value: VALUE, ) -> &mut Self
Identifier of the object to get heap object id for.
Sourcepub fn build(&self) -> Result<GetHeapObjectId, GetHeapObjectIdBuilderError>
pub fn build(&self) -> Result<GetHeapObjectId, GetHeapObjectIdBuilderError>
Trait Implementations§
Source§impl Clone for GetHeapObjectIdBuilder
impl Clone for GetHeapObjectIdBuilder
Source§fn clone(&self) -> GetHeapObjectIdBuilder
fn clone(&self) -> GetHeapObjectIdBuilder
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 GetHeapObjectIdBuilder
impl RefUnwindSafe for GetHeapObjectIdBuilder
impl Send for GetHeapObjectIdBuilder
impl Sync for GetHeapObjectIdBuilder
impl Unpin for GetHeapObjectIdBuilder
impl UnsafeUnpin for GetHeapObjectIdBuilder
impl UnwindSafe for GetHeapObjectIdBuilder
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