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