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