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