#[non_exhaustive]pub struct UpdateRepositoryNameOutput { /* private fields */ }Implementations§
source§impl UpdateRepositoryNameOutput
 
impl UpdateRepositoryNameOutput
sourcepub fn builder() -> UpdateRepositoryNameOutputBuilder
 
pub fn builder() -> UpdateRepositoryNameOutputBuilder
Creates a new builder-style object to manufacture UpdateRepositoryNameOutput.
Trait Implementations§
source§impl Clone for UpdateRepositoryNameOutput
 
impl Clone for UpdateRepositoryNameOutput
source§fn clone(&self) -> UpdateRepositoryNameOutput
 
fn clone(&self) -> UpdateRepositoryNameOutput
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 UpdateRepositoryNameOutput
 
impl Debug for UpdateRepositoryNameOutput
source§impl PartialEq<UpdateRepositoryNameOutput> for UpdateRepositoryNameOutput
 
impl PartialEq<UpdateRepositoryNameOutput> for UpdateRepositoryNameOutput
source§fn eq(&self, other: &UpdateRepositoryNameOutput) -> bool
 
fn eq(&self, other: &UpdateRepositoryNameOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateRepositoryNameOutput
 
impl RequestId for UpdateRepositoryNameOutput
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 UpdateRepositoryNameOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRepositoryNameOutput
impl Send for UpdateRepositoryNameOutput
impl Sync for UpdateRepositoryNameOutput
impl Unpin for UpdateRepositoryNameOutput
impl UnwindSafe for UpdateRepositoryNameOutput
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