pub enum EvtSamplingMode {
On,
Shadow,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvtSamplingMode
impl RefUnwindSafe for EvtSamplingMode
impl Send for EvtSamplingMode
impl Sync for EvtSamplingMode
impl Unpin for EvtSamplingMode
impl UnwindSafe for EvtSamplingMode
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