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