Struct aws_sdk_codegurureviewer::model::BranchDiffSourceCodeType [−][src]
#[non_exhaustive]pub struct BranchDiffSourceCodeType {
pub source_branch_name: Option<String>,
pub destination_branch_name: Option<String>,
}
Expand description
A type of SourceCodeType
that specifies a code diff between a source and destination branch in an associated repository.
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.source_branch_name: Option<String>
The source branch for a diff in an associated repository.
destination_branch_name: Option<String>
The destination branch for a diff in an associated repository.
Implementations
The source branch for a diff in an associated repository.
The destination branch for a diff in an associated repository.
Creates a new builder-style object to manufacture BranchDiffSourceCodeType
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 BranchDiffSourceCodeType
impl Send for BranchDiffSourceCodeType
impl Sync for BranchDiffSourceCodeType
impl Unpin for BranchDiffSourceCodeType
impl UnwindSafe for BranchDiffSourceCodeType
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