Struct aws_sdk_proton::input::GetRepositoryInput
source · [−]#[non_exhaustive]pub struct GetRepositoryInput { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl Clone for GetRepositoryInput
impl Clone for GetRepositoryInput
sourcefn clone(&self) -> GetRepositoryInput
fn clone(&self) -> GetRepositoryInput
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 GetRepositoryInput
impl Debug for GetRepositoryInput
sourceimpl PartialEq<GetRepositoryInput> for GetRepositoryInput
impl PartialEq<GetRepositoryInput> for GetRepositoryInput
sourcefn eq(&self, other: &GetRepositoryInput) -> bool
fn eq(&self, other: &GetRepositoryInput) -> bool
impl StructuralPartialEq for GetRepositoryInput
Auto Trait Implementations
impl RefUnwindSafe for GetRepositoryInput
impl Send for GetRepositoryInput
impl Sync for GetRepositoryInput
impl Unpin for GetRepositoryInput
impl UnwindSafe for GetRepositoryInput
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