pub struct SetSamplingIntervalParamsBuilder { /* private fields */ }
Implementations§
Source§impl SetSamplingIntervalParamsBuilder
impl SetSamplingIntervalParamsBuilder
pub fn interval( self, interval: impl Into<i64>, ) -> SetSamplingIntervalParamsBuilder
pub fn build(self) -> Result<SetSamplingIntervalParams, String>
Trait Implementations§
Source§impl Clone for SetSamplingIntervalParamsBuilder
impl Clone for SetSamplingIntervalParamsBuilder
Source§fn clone(&self) -> SetSamplingIntervalParamsBuilder
fn clone(&self) -> SetSamplingIntervalParamsBuilder
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 SetSamplingIntervalParamsBuilder
impl Default for SetSamplingIntervalParamsBuilder
Source§fn default() -> SetSamplingIntervalParamsBuilder
fn default() -> SetSamplingIntervalParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetSamplingIntervalParamsBuilder
impl RefUnwindSafe for SetSamplingIntervalParamsBuilder
impl Send for SetSamplingIntervalParamsBuilder
impl Sync for SetSamplingIntervalParamsBuilder
impl Unpin for SetSamplingIntervalParamsBuilder
impl UnwindSafe for SetSamplingIntervalParamsBuilder
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