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