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