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