Struct aws_sdk_proton::input::GetRepositoryInput
source · #[non_exhaustive]pub struct GetRepositoryInput { /* private fields */ }
Implementations§
source§impl GetRepositoryInput
impl GetRepositoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepository, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepository, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRepository
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRepositoryInput
.
Trait Implementations§
source§impl Clone for GetRepositoryInput
impl Clone for GetRepositoryInput
source§fn clone(&self) -> GetRepositoryInput
fn clone(&self) -> GetRepositoryInput
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 GetRepositoryInput
impl Debug for GetRepositoryInput
source§impl PartialEq<GetRepositoryInput> for GetRepositoryInput
impl PartialEq<GetRepositoryInput> for GetRepositoryInput
source§fn eq(&self, other: &GetRepositoryInput) -> bool
fn eq(&self, other: &GetRepositoryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.