#[non_exhaustive]pub struct ProjectAlreadyExistsException { /* private fields */ }Expand description
An AWS CodeStar project with the same ID already exists in this region for the AWS account. AWS CodeStar project IDs must be unique within a region for the AWS account.
Implementations
sourceimpl ProjectAlreadyExistsException
impl ProjectAlreadyExistsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProjectAlreadyExistsException.
Trait Implementations
sourceimpl Clone for ProjectAlreadyExistsException
impl Clone for ProjectAlreadyExistsException
sourcefn clone(&self) -> ProjectAlreadyExistsException
fn clone(&self) -> ProjectAlreadyExistsException
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 ProjectAlreadyExistsException
impl Debug for ProjectAlreadyExistsException
sourceimpl Error for ProjectAlreadyExistsException
impl Error for ProjectAlreadyExistsException
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<ProjectAlreadyExistsException> for ProjectAlreadyExistsException
impl PartialEq<ProjectAlreadyExistsException> for ProjectAlreadyExistsException
sourcefn eq(&self, other: &ProjectAlreadyExistsException) -> bool
fn eq(&self, other: &ProjectAlreadyExistsException) -> bool
impl StructuralPartialEq for ProjectAlreadyExistsException
Auto Trait Implementations
impl RefUnwindSafe for ProjectAlreadyExistsException
impl Send for ProjectAlreadyExistsException
impl Sync for ProjectAlreadyExistsException
impl Unpin for ProjectAlreadyExistsException
impl UnwindSafe for ProjectAlreadyExistsException
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