Struct aws_sdk_xray::model::SamplingStrategy
source · [−]#[non_exhaustive]pub struct SamplingStrategy { /* private fields */ }
Expand description
The name and value of a sampling rule to apply to a trace summary.
Implementations
sourceimpl SamplingStrategy
impl SamplingStrategy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SamplingStrategy
.
Trait Implementations
sourceimpl Clone for SamplingStrategy
impl Clone for SamplingStrategy
sourcefn clone(&self) -> SamplingStrategy
fn clone(&self) -> SamplingStrategy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SamplingStrategy
impl Debug for SamplingStrategy
sourceimpl PartialEq<SamplingStrategy> for SamplingStrategy
impl PartialEq<SamplingStrategy> for SamplingStrategy
sourcefn eq(&self, other: &SamplingStrategy) -> bool
fn eq(&self, other: &SamplingStrategy) -> bool
impl StructuralPartialEq for SamplingStrategy
Auto Trait Implementations
impl RefUnwindSafe for SamplingStrategy
impl Send for SamplingStrategy
impl Sync for SamplingStrategy
impl Unpin for SamplingStrategy
impl UnwindSafe for SamplingStrategy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more