Struct aws_sdk_xray::output::DeleteSamplingRuleOutput
source · #[non_exhaustive]pub struct DeleteSamplingRuleOutput { /* private fields */ }
Implementations§
source§impl DeleteSamplingRuleOutput
impl DeleteSamplingRuleOutput
sourcepub fn sampling_rule_record(&self) -> Option<&SamplingRuleRecord>
pub fn sampling_rule_record(&self) -> Option<&SamplingRuleRecord>
The deleted rule definition and metadata.
source§impl DeleteSamplingRuleOutput
impl DeleteSamplingRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSamplingRuleOutput
.
Trait Implementations§
source§impl Clone for DeleteSamplingRuleOutput
impl Clone for DeleteSamplingRuleOutput
source§fn clone(&self) -> DeleteSamplingRuleOutput
fn clone(&self) -> DeleteSamplingRuleOutput
Returns a copy 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 DeleteSamplingRuleOutput
impl Debug for DeleteSamplingRuleOutput
source§impl PartialEq<DeleteSamplingRuleOutput> for DeleteSamplingRuleOutput
impl PartialEq<DeleteSamplingRuleOutput> for DeleteSamplingRuleOutput
source§fn eq(&self, other: &DeleteSamplingRuleOutput) -> bool
fn eq(&self, other: &DeleteSamplingRuleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.