Struct aws_sdk_xray::input::GetSamplingRulesInput
source · [−]#[non_exhaustive]pub struct GetSamplingRulesInput { /* private fields */ }
Implementations
sourceimpl GetSamplingRulesInput
impl GetSamplingRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSamplingRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSamplingRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSamplingRules
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSamplingRulesInput
.
sourceimpl GetSamplingRulesInput
impl GetSamplingRulesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations
sourceimpl Clone for GetSamplingRulesInput
impl Clone for GetSamplingRulesInput
sourcefn clone(&self) -> GetSamplingRulesInput
fn clone(&self) -> GetSamplingRulesInput
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 GetSamplingRulesInput
impl Debug for GetSamplingRulesInput
sourceimpl PartialEq<GetSamplingRulesInput> for GetSamplingRulesInput
impl PartialEq<GetSamplingRulesInput> for GetSamplingRulesInput
sourcefn eq(&self, other: &GetSamplingRulesInput) -> bool
fn eq(&self, other: &GetSamplingRulesInput) -> bool
impl StructuralPartialEq for GetSamplingRulesInput
Auto Trait Implementations
impl RefUnwindSafe for GetSamplingRulesInput
impl Send for GetSamplingRulesInput
impl Sync for GetSamplingRulesInput
impl Unpin for GetSamplingRulesInput
impl UnwindSafe for GetSamplingRulesInput
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