pub struct GetObjectByHeapObjectIdReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetObjectByHeapObjectIdReturnObject.
Implementations§
Source§impl GetObjectByHeapObjectIdReturnObjectBuilder
impl GetObjectByHeapObjectIdReturnObjectBuilder
Sourcepub fn result(&mut self, value: RemoteObject) -> &mut Self
pub fn result(&mut self, value: RemoteObject) -> &mut Self
Evaluation result.
Sourcepub fn build(
&self,
) -> Result<GetObjectByHeapObjectIdReturnObject, GetObjectByHeapObjectIdReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetObjectByHeapObjectIdReturnObject, GetObjectByHeapObjectIdReturnObjectBuilderError>
Builds a new GetObjectByHeapObjectIdReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetObjectByHeapObjectIdReturnObjectBuilder
impl Clone for GetObjectByHeapObjectIdReturnObjectBuilder
Source§fn clone(&self) -> GetObjectByHeapObjectIdReturnObjectBuilder
fn clone(&self) -> GetObjectByHeapObjectIdReturnObjectBuilder
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 GetObjectByHeapObjectIdReturnObjectBuilder
impl RefUnwindSafe for GetObjectByHeapObjectIdReturnObjectBuilder
impl Send for GetObjectByHeapObjectIdReturnObjectBuilder
impl Sync for GetObjectByHeapObjectIdReturnObjectBuilder
impl Unpin for GetObjectByHeapObjectIdReturnObjectBuilder
impl UnsafeUnpin for GetObjectByHeapObjectIdReturnObjectBuilder
impl UnwindSafe for GetObjectByHeapObjectIdReturnObjectBuilder
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