pub struct ValidatedSamplingOverride { /* private fields */ }Expand description
Validated native action. Only the shared policy constructs this value.
Implementations§
Trait Implementations§
Source§impl Clone for ValidatedSamplingOverride
impl Clone for ValidatedSamplingOverride
Source§fn clone(&self) -> ValidatedSamplingOverride
fn clone(&self) -> ValidatedSamplingOverride
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 moreimpl Copy for ValidatedSamplingOverride
Auto Trait Implementations§
impl Freeze for ValidatedSamplingOverride
impl RefUnwindSafe for ValidatedSamplingOverride
impl Send for ValidatedSamplingOverride
impl Sync for ValidatedSamplingOverride
impl Unpin for ValidatedSamplingOverride
impl UnsafeUnpin for ValidatedSamplingOverride
impl UnwindSafe for ValidatedSamplingOverride
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