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