Struct aws_sdk_codecommit::error::InvalidEmailException
source · [−]#[non_exhaustive]pub struct InvalidEmailException { /* private fields */ }Expand description
The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum number of characters allowed for an email address.
Implementations
sourceimpl InvalidEmailException
impl InvalidEmailException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidEmailException.
Trait Implementations
sourceimpl Clone for InvalidEmailException
impl Clone for InvalidEmailException
sourcefn clone(&self) -> InvalidEmailException
fn clone(&self) -> InvalidEmailException
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 InvalidEmailException
impl Debug for InvalidEmailException
sourceimpl Display for InvalidEmailException
impl Display for InvalidEmailException
sourceimpl Error for InvalidEmailException
impl Error for InvalidEmailException
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<InvalidEmailException> for InvalidEmailException
impl PartialEq<InvalidEmailException> for InvalidEmailException
sourcefn eq(&self, other: &InvalidEmailException) -> bool
fn eq(&self, other: &InvalidEmailException) -> bool
impl StructuralPartialEq for InvalidEmailException
Auto Trait Implementations
impl RefUnwindSafe for InvalidEmailException
impl Send for InvalidEmailException
impl Sync for InvalidEmailException
impl Unpin for InvalidEmailException
impl UnwindSafe for InvalidEmailException
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