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