pub enum StopSamplingMethod {
StopSampling,
}Variants§
StopSampling
Trait Implementations§
Source§impl Clone for StopSamplingMethod
impl Clone for StopSamplingMethod
Source§fn clone(&self) -> StopSamplingMethod
fn clone(&self) -> StopSamplingMethod
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 StopSamplingMethod
impl Debug for StopSamplingMethod
Source§impl<'de> Deserialize<'de> for StopSamplingMethod
impl<'de> Deserialize<'de> for StopSamplingMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StopSamplingMethod
impl PartialEq for StopSamplingMethod
Source§impl Serialize for StopSamplingMethod
impl Serialize for StopSamplingMethod
impl StructuralPartialEq for StopSamplingMethod
Auto Trait Implementations§
impl Freeze for StopSamplingMethod
impl RefUnwindSafe for StopSamplingMethod
impl Send for StopSamplingMethod
impl Sync for StopSamplingMethod
impl Unpin for StopSamplingMethod
impl UnsafeUnpin for StopSamplingMethod
impl UnwindSafe for StopSamplingMethod
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