pub struct SamplingOptions;Trait Implementations§
Source§impl Default for SamplingOptions
impl Default for SamplingOptions
Source§fn default() -> SamplingOptions
fn default() -> SamplingOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SamplingOptions
impl RefUnwindSafe for SamplingOptions
impl Send for SamplingOptions
impl Sync for SamplingOptions
impl Unpin for SamplingOptions
impl UnwindSafe for SamplingOptions
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