#[non_exhaustive]pub struct ThirdPartySourceRepository { /* private fields */ }Expand description
Information about a third-party source repository connected to CodeGuru Reviewer.
Implementations
sourceimpl ThirdPartySourceRepository
impl ThirdPartySourceRepository
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the Amazon Web Services CodeStar Connections API Reference.
sourceimpl ThirdPartySourceRepository
impl ThirdPartySourceRepository
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThirdPartySourceRepository.
Trait Implementations
sourceimpl Clone for ThirdPartySourceRepository
impl Clone for ThirdPartySourceRepository
sourcefn clone(&self) -> ThirdPartySourceRepository
fn clone(&self) -> ThirdPartySourceRepository
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 ThirdPartySourceRepository
impl Debug for ThirdPartySourceRepository
sourceimpl PartialEq<ThirdPartySourceRepository> for ThirdPartySourceRepository
impl PartialEq<ThirdPartySourceRepository> for ThirdPartySourceRepository
sourcefn eq(&self, other: &ThirdPartySourceRepository) -> bool
fn eq(&self, other: &ThirdPartySourceRepository) -> bool
impl StructuralPartialEq for ThirdPartySourceRepository
Auto Trait Implementations
impl RefUnwindSafe for ThirdPartySourceRepository
impl Send for ThirdPartySourceRepository
impl Sync for ThirdPartySourceRepository
impl Unpin for ThirdPartySourceRepository
impl UnwindSafe for ThirdPartySourceRepository
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