#[non_exhaustive]pub struct AssociateExternalConnectionOutput { /* private fields */ }
Implementations§
source§impl AssociateExternalConnectionOutput
impl AssociateExternalConnectionOutput
sourcepub fn repository(&self) -> Option<&RepositoryDescription>
pub fn repository(&self) -> Option<&RepositoryDescription>
Information about the connected repository after processing the request.
source§impl AssociateExternalConnectionOutput
impl AssociateExternalConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateExternalConnectionOutput
.
Trait Implementations§
source§impl Clone for AssociateExternalConnectionOutput
impl Clone for AssociateExternalConnectionOutput
source§fn clone(&self) -> AssociateExternalConnectionOutput
fn clone(&self) -> AssociateExternalConnectionOutput
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 PartialEq<AssociateExternalConnectionOutput> for AssociateExternalConnectionOutput
impl PartialEq<AssociateExternalConnectionOutput> for AssociateExternalConnectionOutput
source§fn eq(&self, other: &AssociateExternalConnectionOutput) -> bool
fn eq(&self, other: &AssociateExternalConnectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.