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
sourceimpl TargetRequiredException
impl TargetRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetRequiredException.
Trait Implementations
sourceimpl Clone for TargetRequiredException
impl Clone for TargetRequiredException
sourcefn clone(&self) -> TargetRequiredException
fn clone(&self) -> TargetRequiredException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TargetRequiredException
impl Debug for TargetRequiredException
sourceimpl Display for TargetRequiredException
impl Display for TargetRequiredException
sourceimpl Error for TargetRequiredException
impl Error for TargetRequiredException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<TargetRequiredException> for TargetRequiredException
impl PartialEq<TargetRequiredException> for TargetRequiredException
sourcefn eq(&self, other: &TargetRequiredException) -> bool
fn eq(&self, other: &TargetRequiredException) -> bool
impl StructuralPartialEq for TargetRequiredException
Auto Trait Implementations
impl RefUnwindSafe for TargetRequiredException
impl Send for TargetRequiredException
impl Sync for TargetRequiredException
impl Unpin for TargetRequiredException
impl UnwindSafe for TargetRequiredException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more