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