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