Struct aws_sdk_xray::output::DeleteSamplingRuleOutput
source · [−]#[non_exhaustive]pub struct DeleteSamplingRuleOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl DeleteSamplingRuleOutput
impl DeleteSamplingRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSamplingRuleOutput
.
Trait Implementations
sourceimpl Clone for DeleteSamplingRuleOutput
impl Clone for DeleteSamplingRuleOutput
sourcefn clone(&self) -> DeleteSamplingRuleOutput
fn clone(&self) -> DeleteSamplingRuleOutput
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 DeleteSamplingRuleOutput
impl Debug for DeleteSamplingRuleOutput
sourceimpl PartialEq<DeleteSamplingRuleOutput> for DeleteSamplingRuleOutput
impl PartialEq<DeleteSamplingRuleOutput> for DeleteSamplingRuleOutput
sourcefn eq(&self, other: &DeleteSamplingRuleOutput) -> bool
fn eq(&self, other: &DeleteSamplingRuleOutput) -> bool
impl StructuralPartialEq for DeleteSamplingRuleOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteSamplingRuleOutput
impl Send for DeleteSamplingRuleOutput
impl Sync for DeleteSamplingRuleOutput
impl Unpin for DeleteSamplingRuleOutput
impl UnwindSafe for DeleteSamplingRuleOutput
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