Struct aws_sdk_codeartifact::types::UpstreamRepository
source · #[non_exhaustive]pub struct UpstreamRepository { /* private fields */ }
Expand description
Information about an upstream repository. A list of UpstreamRepository
objects is an input parameter to CreateRepository and UpdateRepository.
Implementations§
source§impl UpstreamRepository
impl UpstreamRepository
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of an upstream repository.
source§impl UpstreamRepository
impl UpstreamRepository
sourcepub fn builder() -> UpstreamRepositoryBuilder
pub fn builder() -> UpstreamRepositoryBuilder
Creates a new builder-style object to manufacture UpstreamRepository
.
Trait Implementations§
source§impl Clone for UpstreamRepository
impl Clone for UpstreamRepository
source§fn clone(&self) -> UpstreamRepository
fn clone(&self) -> UpstreamRepository
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 UpstreamRepository
impl Debug for UpstreamRepository
source§impl PartialEq<UpstreamRepository> for UpstreamRepository
impl PartialEq<UpstreamRepository> for UpstreamRepository
source§fn eq(&self, other: &UpstreamRepository) -> bool
fn eq(&self, other: &UpstreamRepository) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpstreamRepository
Auto Trait Implementations§
impl RefUnwindSafe for UpstreamRepository
impl Send for UpstreamRepository
impl Sync for UpstreamRepository
impl Unpin for UpstreamRepository
impl UnwindSafe for UpstreamRepository
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more