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