Struct aws_sdk_codecommit::error::TargetRequiredException
source · #[non_exhaustive]pub struct TargetRequiredException { /* private fields */ }
Expand description
A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.
Implementations§
source§impl TargetRequiredException
impl TargetRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetRequiredException
.
Trait Implementations§
source§impl Clone for TargetRequiredException
impl Clone for TargetRequiredException
source§fn clone(&self) -> TargetRequiredException
fn clone(&self) -> TargetRequiredException
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 TargetRequiredException
impl Debug for TargetRequiredException
source§impl Display for TargetRequiredException
impl Display for TargetRequiredException
source§impl Error for TargetRequiredException
impl Error for TargetRequiredException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<TargetRequiredException> for TargetRequiredException
impl PartialEq<TargetRequiredException> for TargetRequiredException
source§fn eq(&self, other: &TargetRequiredException) -> bool
fn eq(&self, other: &TargetRequiredException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.