Struct aws_sdk_codegurureviewer::model::RepositoryAnalysis [−][src]
#[non_exhaustive]pub struct RepositoryAnalysis {
pub repository_head: Option<RepositoryHeadSourceCodeType>,
pub source_code_type: Option<SourceCodeType>,
}
Expand description
A code review type that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN when you call CreateCodeReview
.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.repository_head: Option<RepositoryHeadSourceCodeType>
A SourceCodeType
that specifies the tip of a branch in an associated repository.
source_code_type: Option<SourceCodeType>
Specifies the source code that is analyzed in a code review.
Implementations
A SourceCodeType
that specifies the tip of a branch in an associated repository.
Specifies the source code that is analyzed in a code review.
Creates a new builder-style object to manufacture RepositoryAnalysis
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RepositoryAnalysis
impl Send for RepositoryAnalysis
impl Sync for RepositoryAnalysis
impl Unpin for RepositoryAnalysis
impl UnwindSafe for RepositoryAnalysis
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more