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