Struct aws_sdk_xray::model::UnprocessedStatistics
source · [−]#[non_exhaustive]pub struct UnprocessedStatistics { /* private fields */ }
Expand description
Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.
Implementations
sourceimpl UnprocessedStatistics
impl UnprocessedStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnprocessedStatistics
.
Trait Implementations
sourceimpl Clone for UnprocessedStatistics
impl Clone for UnprocessedStatistics
sourcefn clone(&self) -> UnprocessedStatistics
fn clone(&self) -> UnprocessedStatistics
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 UnprocessedStatistics
impl Debug for UnprocessedStatistics
sourceimpl PartialEq<UnprocessedStatistics> for UnprocessedStatistics
impl PartialEq<UnprocessedStatistics> for UnprocessedStatistics
sourcefn eq(&self, other: &UnprocessedStatistics) -> bool
fn eq(&self, other: &UnprocessedStatistics) -> bool
impl StructuralPartialEq for UnprocessedStatistics
Auto Trait Implementations
impl RefUnwindSafe for UnprocessedStatistics
impl Send for UnprocessedStatistics
impl Sync for UnprocessedStatistics
impl Unpin for UnprocessedStatistics
impl UnwindSafe for UnprocessedStatistics
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