pub struct AddHeapSnapshotChunkEventParamsBuilder { /* private fields */ }Expand description
Builder for AddHeapSnapshotChunkEventParams.
Implementations§
Source§impl AddHeapSnapshotChunkEventParamsBuilder
impl AddHeapSnapshotChunkEventParamsBuilder
pub fn chunk(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AddHeapSnapshotChunkEventParams, AddHeapSnapshotChunkEventParamsBuilderError>
pub fn build( &self, ) -> Result<AddHeapSnapshotChunkEventParams, AddHeapSnapshotChunkEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for AddHeapSnapshotChunkEventParamsBuilder
impl Clone for AddHeapSnapshotChunkEventParamsBuilder
Source§fn clone(&self) -> AddHeapSnapshotChunkEventParamsBuilder
fn clone(&self) -> AddHeapSnapshotChunkEventParamsBuilder
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 AddHeapSnapshotChunkEventParamsBuilder
impl RefUnwindSafe for AddHeapSnapshotChunkEventParamsBuilder
impl Send for AddHeapSnapshotChunkEventParamsBuilder
impl Sync for AddHeapSnapshotChunkEventParamsBuilder
impl Unpin for AddHeapSnapshotChunkEventParamsBuilder
impl UnsafeUnpin for AddHeapSnapshotChunkEventParamsBuilder
impl UnwindSafe for AddHeapSnapshotChunkEventParamsBuilder
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