#[non_exhaustive]pub struct DescribeUserInput { /* private fields */ }Implementations§
source§impl DescribeUserInput
impl DescribeUserInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
source§impl DescribeUserInput
impl DescribeUserInput
sourcepub fn builder() -> DescribeUserInputBuilder
pub fn builder() -> DescribeUserInputBuilder
Creates a new builder-style object to manufacture DescribeUserInput.
source§impl 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>
Trait Implementations§
source§impl Clone for DescribeUserInput
impl Clone for DescribeUserInput
source§fn clone(&self) -> DescribeUserInput
fn clone(&self) -> DescribeUserInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeUserInput
impl Debug for DescribeUserInput
source§impl PartialEq<DescribeUserInput> for DescribeUserInput
impl PartialEq<DescribeUserInput> for DescribeUserInput
source§fn eq(&self, other: &DescribeUserInput) -> bool
fn eq(&self, other: &DescribeUserInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more