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