pub struct GetBrowserSamplingProfileBuilder;Implementations§
Source§impl GetBrowserSamplingProfileBuilder
impl GetBrowserSamplingProfileBuilder
pub fn new() -> Self
pub fn build(self) -> GetBrowserSamplingProfile
Trait Implementations§
Source§impl Clone for GetBrowserSamplingProfileBuilder
impl Clone for GetBrowserSamplingProfileBuilder
Source§fn clone(&self) -> GetBrowserSamplingProfileBuilder
fn clone(&self) -> GetBrowserSamplingProfileBuilder
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 moreSource§impl Default for GetBrowserSamplingProfileBuilder
impl Default for GetBrowserSamplingProfileBuilder
Source§fn default() -> GetBrowserSamplingProfileBuilder
fn default() -> GetBrowserSamplingProfileBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBrowserSamplingProfileBuilder
impl RefUnwindSafe for GetBrowserSamplingProfileBuilder
impl Send for GetBrowserSamplingProfileBuilder
impl Sync for GetBrowserSamplingProfileBuilder
impl Unpin for GetBrowserSamplingProfileBuilder
impl UnsafeUnpin for GetBrowserSamplingProfileBuilder
impl UnwindSafe for GetBrowserSamplingProfileBuilder
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