pub struct StopSamplingReturnObjectBuilder { /* private fields */ }Expand description
Builder for StopSamplingReturnObject.
Implementations§
Source§impl StopSamplingReturnObjectBuilder
impl StopSamplingReturnObjectBuilder
Sourcepub fn profile(&mut self, value: SamplingHeapProfile) -> &mut Self
pub fn profile(&mut self, value: SamplingHeapProfile) -> &mut Self
Recorded sampling heap profile.
Sourcepub fn build(
&self,
) -> Result<StopSamplingReturnObject, StopSamplingReturnObjectBuilderError>
pub fn build( &self, ) -> Result<StopSamplingReturnObject, StopSamplingReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for StopSamplingReturnObjectBuilder
impl Clone for StopSamplingReturnObjectBuilder
Source§fn clone(&self) -> StopSamplingReturnObjectBuilder
fn clone(&self) -> StopSamplingReturnObjectBuilder
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 StopSamplingReturnObjectBuilder
impl RefUnwindSafe for StopSamplingReturnObjectBuilder
impl Send for StopSamplingReturnObjectBuilder
impl Sync for StopSamplingReturnObjectBuilder
impl Unpin for StopSamplingReturnObjectBuilder
impl UnsafeUnpin for StopSamplingReturnObjectBuilder
impl UnwindSafe for StopSamplingReturnObjectBuilder
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