pub enum StartSamplingMethod {
StartSampling,
}Variants§
StartSampling
Trait Implementations§
Source§impl Clone for StartSamplingMethod
impl Clone for StartSamplingMethod
Source§fn clone(&self) -> StartSamplingMethod
fn clone(&self) -> StartSamplingMethod
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 StartSamplingMethod
impl Debug for StartSamplingMethod
Source§impl<'de> Deserialize<'de> for StartSamplingMethod
impl<'de> Deserialize<'de> for StartSamplingMethod
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 StartSamplingMethod
impl PartialEq for StartSamplingMethod
Source§impl Serialize for StartSamplingMethod
impl Serialize for StartSamplingMethod
impl StructuralPartialEq for StartSamplingMethod
Auto Trait Implementations§
impl Freeze for StartSamplingMethod
impl RefUnwindSafe for StartSamplingMethod
impl Send for StartSamplingMethod
impl Sync for StartSamplingMethod
impl Unpin for StartSamplingMethod
impl UnsafeUnpin for StartSamplingMethod
impl UnwindSafe for StartSamplingMethod
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