#[non_exhaustive]pub struct UpdateCodeRepositoryOutput { /* private fields */ }
Implementations§
source§impl UpdateCodeRepositoryOutput
impl UpdateCodeRepositoryOutput
sourcepub fn code_repository_arn(&self) -> Option<&str>
pub fn code_repository_arn(&self) -> Option<&str>
The ARN of the Git repository.
source§impl UpdateCodeRepositoryOutput
impl UpdateCodeRepositoryOutput
sourcepub fn builder() -> UpdateCodeRepositoryOutputBuilder
pub fn builder() -> UpdateCodeRepositoryOutputBuilder
Creates a new builder-style object to manufacture UpdateCodeRepositoryOutput
.
Trait Implementations§
source§impl Clone for UpdateCodeRepositoryOutput
impl Clone for UpdateCodeRepositoryOutput
source§fn clone(&self) -> UpdateCodeRepositoryOutput
fn clone(&self) -> UpdateCodeRepositoryOutput
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 UpdateCodeRepositoryOutput
impl Debug for UpdateCodeRepositoryOutput
source§impl PartialEq<UpdateCodeRepositoryOutput> for UpdateCodeRepositoryOutput
impl PartialEq<UpdateCodeRepositoryOutput> for UpdateCodeRepositoryOutput
source§fn eq(&self, other: &UpdateCodeRepositoryOutput) -> bool
fn eq(&self, other: &UpdateCodeRepositoryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateCodeRepositoryOutput
impl RequestId for UpdateCodeRepositoryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateCodeRepositoryOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCodeRepositoryOutput
impl Send for UpdateCodeRepositoryOutput
impl Sync for UpdateCodeRepositoryOutput
impl Unpin for UpdateCodeRepositoryOutput
impl UnwindSafe for UpdateCodeRepositoryOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more