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