#[non_exhaustive]pub struct GetRepositoryEndpointOutput { /* private fields */ }
Implementations§
source§impl GetRepositoryEndpointOutput
impl GetRepositoryEndpointOutput
sourcepub fn repository_endpoint(&self) -> Option<&str>
pub fn repository_endpoint(&self) -> Option<&str>
A string that specifies the URL of the returned endpoint.
source§impl GetRepositoryEndpointOutput
impl GetRepositoryEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRepositoryEndpointOutput
.
Trait Implementations§
source§impl Clone for GetRepositoryEndpointOutput
impl Clone for GetRepositoryEndpointOutput
source§fn clone(&self) -> GetRepositoryEndpointOutput
fn clone(&self) -> GetRepositoryEndpointOutput
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 GetRepositoryEndpointOutput
impl Debug for GetRepositoryEndpointOutput
source§impl PartialEq<GetRepositoryEndpointOutput> for GetRepositoryEndpointOutput
impl PartialEq<GetRepositoryEndpointOutput> for GetRepositoryEndpointOutput
source§fn eq(&self, other: &GetRepositoryEndpointOutput) -> bool
fn eq(&self, other: &GetRepositoryEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.