Struct aws_sdk_codecommit::error::TargetsRequiredException
source · [−]#[non_exhaustive]pub struct TargetsRequiredException { /* private fields */ }Expand description
An array of target objects is required. It cannot be empty or null.
Implementations
sourceimpl TargetsRequiredException
impl TargetsRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetsRequiredException.
Trait Implementations
sourceimpl Clone for TargetsRequiredException
impl Clone for TargetsRequiredException
sourcefn clone(&self) -> TargetsRequiredException
fn clone(&self) -> TargetsRequiredException
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 TargetsRequiredException
impl Debug for TargetsRequiredException
sourceimpl Display for TargetsRequiredException
impl Display for TargetsRequiredException
sourceimpl Error for TargetsRequiredException
impl Error for TargetsRequiredException
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<TargetsRequiredException> for TargetsRequiredException
impl PartialEq<TargetsRequiredException> for TargetsRequiredException
sourcefn eq(&self, other: &TargetsRequiredException) -> bool
fn eq(&self, other: &TargetsRequiredException) -> bool
impl StructuralPartialEq for TargetsRequiredException
Auto Trait Implementations
impl RefUnwindSafe for TargetsRequiredException
impl Send for TargetsRequiredException
impl Sync for TargetsRequiredException
impl Unpin for TargetsRequiredException
impl UnwindSafe for TargetsRequiredException
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