Struct aws_sdk_chime::operation::get_user::GetUserInput
source · #[non_exhaustive]pub struct GetUserInput {
pub account_id: Option<String>,
pub user_id: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.account_id: Option<String>The Amazon Chime account ID.
user_id: Option<String>The user ID.
Implementations§
source§impl GetUserInput
impl GetUserInput
source§impl GetUserInput
impl GetUserInput
sourcepub fn builder() -> GetUserInputBuilder
pub fn builder() -> GetUserInputBuilder
Creates a new builder-style object to manufacture GetUserInput.
Trait Implementations§
source§impl Clone for GetUserInput
impl Clone for GetUserInput
source§fn clone(&self) -> GetUserInput
fn clone(&self) -> GetUserInput
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 GetUserInput
impl Debug for GetUserInput
source§impl PartialEq for GetUserInput
impl PartialEq for GetUserInput
source§fn eq(&self, other: &GetUserInput) -> bool
fn eq(&self, other: &GetUserInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetUserInput
Auto Trait Implementations§
impl RefUnwindSafe for GetUserInput
impl Send for GetUserInput
impl Sync for GetUserInput
impl Unpin for GetUserInput
impl UnwindSafe for GetUserInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.