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