Struct aws_sdk_codecommit::model::Target
source · [−]#[non_exhaustive]pub struct Target {
pub repository_name: Option<String>,
pub source_reference: Option<String>,
pub destination_reference: Option<String>,
}
Expand description
Returns information about a target for a pull request.
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_name: Option<String>
The name of the repository that contains the pull request.
source_reference: Option<String>
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
destination_reference: Option<String>
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Implementations
The name of the repository that contains the pull request.
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Target
impl UnwindSafe for Target
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