#[non_exhaustive]pub struct CreateSamplingRuleOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl CreateSamplingRuleOutput
impl CreateSamplingRuleOutput
sourcepub fn builder() -> CreateSamplingRuleOutputBuilder
pub fn builder() -> CreateSamplingRuleOutputBuilder
Creates a new builder-style object to manufacture CreateSamplingRuleOutput
.
Trait Implementations§
source§impl Clone for CreateSamplingRuleOutput
impl Clone for CreateSamplingRuleOutput
source§fn clone(&self) -> CreateSamplingRuleOutput
fn clone(&self) -> CreateSamplingRuleOutput
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 CreateSamplingRuleOutput
impl Debug for CreateSamplingRuleOutput
source§impl PartialEq<CreateSamplingRuleOutput> for CreateSamplingRuleOutput
impl PartialEq<CreateSamplingRuleOutput> for CreateSamplingRuleOutput
source§fn eq(&self, other: &CreateSamplingRuleOutput) -> bool
fn eq(&self, other: &CreateSamplingRuleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateSamplingRuleOutput
impl RequestId for CreateSamplingRuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more