pub struct CodeCommitRepository {
pub name: String,
}Expand description
Information about an AWS CodeCommit repository. The CodeCommit repository must be in the same AWS Region and AWS account where its CodeGuru Reviewer code reviews are configured.
Fields§
§name: StringThe name of the AWS CodeCommit repository. For more information, see repositoryName in the AWS CodeCommit API Reference.
Trait Implementations§
Source§impl Clone for CodeCommitRepository
impl Clone for CodeCommitRepository
Source§fn clone(&self) -> CodeCommitRepository
fn clone(&self) -> CodeCommitRepository
Returns a duplicate 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 CodeCommitRepository
impl Debug for CodeCommitRepository
Source§impl Default for CodeCommitRepository
impl Default for CodeCommitRepository
Source§fn default() -> CodeCommitRepository
fn default() -> CodeCommitRepository
Returns the “default value” for a type. Read more
Source§impl PartialEq for CodeCommitRepository
impl PartialEq for CodeCommitRepository
Source§impl Serialize for CodeCommitRepository
impl Serialize for CodeCommitRepository
impl StructuralPartialEq for CodeCommitRepository
Auto Trait Implementations§
impl Freeze for CodeCommitRepository
impl RefUnwindSafe for CodeCommitRepository
impl Send for CodeCommitRepository
impl Sync for CodeCommitRepository
impl Unpin for CodeCommitRepository
impl UnwindSafe for CodeCommitRepository
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