Struct aws_sdk_workdocs::output::GetCurrentUserOutput
source · [−]#[non_exhaustive]pub struct GetCurrentUserOutput { /* private fields */ }
Implementations
sourceimpl GetCurrentUserOutput
impl GetCurrentUserOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCurrentUserOutput
.
Trait Implementations
sourceimpl Clone for GetCurrentUserOutput
impl Clone for GetCurrentUserOutput
sourcefn clone(&self) -> GetCurrentUserOutput
fn clone(&self) -> GetCurrentUserOutput
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 GetCurrentUserOutput
impl Debug for GetCurrentUserOutput
sourceimpl PartialEq<GetCurrentUserOutput> for GetCurrentUserOutput
impl PartialEq<GetCurrentUserOutput> for GetCurrentUserOutput
sourcefn eq(&self, other: &GetCurrentUserOutput) -> bool
fn eq(&self, other: &GetCurrentUserOutput) -> bool
impl StructuralPartialEq for GetCurrentUserOutput
Auto Trait Implementations
impl RefUnwindSafe for GetCurrentUserOutput
impl Send for GetCurrentUserOutput
impl Sync for GetCurrentUserOutput
impl Unpin for GetCurrentUserOutput
impl UnwindSafe for GetCurrentUserOutput
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