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