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