#[non_exhaustive]pub struct NameAlreadyExistsException { /* private fields */ }
Expand description
The specified name is already in use.
Implementations
sourceimpl NameAlreadyExistsException
impl NameAlreadyExistsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NameAlreadyExistsException
.
Trait Implementations
sourceimpl Clone for NameAlreadyExistsException
impl Clone for NameAlreadyExistsException
sourcefn clone(&self) -> NameAlreadyExistsException
fn clone(&self) -> NameAlreadyExistsException
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 NameAlreadyExistsException
impl Debug for NameAlreadyExistsException
sourceimpl Display for NameAlreadyExistsException
impl Display for NameAlreadyExistsException
sourceimpl Error for NameAlreadyExistsException
impl Error for NameAlreadyExistsException
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<NameAlreadyExistsException> for NameAlreadyExistsException
impl PartialEq<NameAlreadyExistsException> for NameAlreadyExistsException
sourcefn eq(&self, other: &NameAlreadyExistsException) -> bool
fn eq(&self, other: &NameAlreadyExistsException) -> bool
impl StructuralPartialEq for NameAlreadyExistsException
Auto Trait Implementations
impl RefUnwindSafe for NameAlreadyExistsException
impl Send for NameAlreadyExistsException
impl Sync for NameAlreadyExistsException
impl Unpin for NameAlreadyExistsException
impl UnwindSafe for NameAlreadyExistsException
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