Struct aws_sdk_workmail::input::GetMailboxDetailsInput
source · #[non_exhaustive]pub struct GetMailboxDetailsInput { /* private fields */ }
Implementations§
source§impl GetMailboxDetailsInput
impl GetMailboxDetailsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMailboxDetails, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMailboxDetails, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMailboxDetails
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMailboxDetailsInput
.
Trait Implementations§
source§impl Clone for GetMailboxDetailsInput
impl Clone for GetMailboxDetailsInput
source§fn clone(&self) -> GetMailboxDetailsInput
fn clone(&self) -> GetMailboxDetailsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetMailboxDetailsInput
impl Debug for GetMailboxDetailsInput
source§impl PartialEq<GetMailboxDetailsInput> for GetMailboxDetailsInput
impl PartialEq<GetMailboxDetailsInput> for GetMailboxDetailsInput
source§fn eq(&self, other: &GetMailboxDetailsInput) -> bool
fn eq(&self, other: &GetMailboxDetailsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.