pub struct SamplingInterval(/* private fields */);Expand description
A sampling interval duration.
Implementations§
Trait Implementations§
Source§impl Clone for SamplingInterval
impl Clone for SamplingInterval
Source§fn clone(&self) -> SamplingInterval
fn clone(&self) -> SamplingInterval
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SamplingInterval
impl Debug for SamplingInterval
Source§impl Hash for SamplingInterval
impl Hash for SamplingInterval
Source§impl PartialEq for SamplingInterval
impl PartialEq for SamplingInterval
Source§fn eq(&self, other: &SamplingInterval) -> bool
fn eq(&self, other: &SamplingInterval) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SamplingInterval
impl Eq for SamplingInterval
impl StructuralPartialEq for SamplingInterval
Auto Trait Implementations§
impl Freeze for SamplingInterval
impl RefUnwindSafe for SamplingInterval
impl Send for SamplingInterval
impl Sync for SamplingInterval
impl Unpin for SamplingInterval
impl UnsafeUnpin for SamplingInterval
impl UnwindSafe for SamplingInterval
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