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