pub struct GetObjectByHeapObjectIdParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> GetObjectByHeapObjectIdParamsBuilder<'a>
Sourcepub fn object_group(self, object_group: impl Into<Cow<'a, str>>) -> Self
pub fn object_group(self, object_group: impl Into<Cow<'a, str>>) -> Self
Symbolic group name that can be used to release multiple objects.
pub fn build(self) -> GetObjectByHeapObjectIdParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> RefUnwindSafe for GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> Send for GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> Sync for GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> Unpin for GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> UnsafeUnpin for GetObjectByHeapObjectIdParamsBuilder<'a>
impl<'a> UnwindSafe for GetObjectByHeapObjectIdParamsBuilder<'a>
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