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