Struct aws_sdk_chime::model::UpdateUserRequestItem
source · [−]#[non_exhaustive]pub struct UpdateUserRequestItem { /* private fields */ }Expand description
The user ID and user fields to update, used with the BatchUpdateUser action.
Implementations
sourceimpl UpdateUserRequestItem
impl UpdateUserRequestItem
sourcepub fn license_type(&self) -> Option<&License>
pub fn license_type(&self) -> Option<&License>
The user license type.
sourcepub fn alexa_for_business_metadata(&self) -> Option<&AlexaForBusinessMetadata>
pub fn alexa_for_business_metadata(&self) -> Option<&AlexaForBusinessMetadata>
The Alexa for Business metadata.
sourceimpl UpdateUserRequestItem
impl UpdateUserRequestItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateUserRequestItem.
Trait Implementations
sourceimpl Clone for UpdateUserRequestItem
impl Clone for UpdateUserRequestItem
sourcefn clone(&self) -> UpdateUserRequestItem
fn clone(&self) -> UpdateUserRequestItem
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 more
sourceimpl Debug for UpdateUserRequestItem
impl Debug for UpdateUserRequestItem
sourceimpl PartialEq<UpdateUserRequestItem> for UpdateUserRequestItem
impl PartialEq<UpdateUserRequestItem> for UpdateUserRequestItem
sourcefn eq(&self, other: &UpdateUserRequestItem) -> bool
fn eq(&self, other: &UpdateUserRequestItem) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &UpdateUserRequestItem) -> bool
fn ne(&self, other: &UpdateUserRequestItem) -> bool
This method tests for !=.
impl StructuralPartialEq for UpdateUserRequestItem
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserRequestItem
impl Send for UpdateUserRequestItem
impl Sync for UpdateUserRequestItem
impl Unpin for UpdateUserRequestItem
impl UnwindSafe for UpdateUserRequestItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more