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