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