Struct aws_sdk_codecommit::error::InvalidTitleException
source · [−]#[non_exhaustive]pub struct InvalidTitleException { /* private fields */ }Expand description
The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.
Implementations
sourceimpl InvalidTitleException
impl InvalidTitleException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTitleException.
Trait Implementations
sourceimpl Clone for InvalidTitleException
impl Clone for InvalidTitleException
sourcefn clone(&self) -> InvalidTitleException
fn clone(&self) -> InvalidTitleException
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 InvalidTitleException
impl Debug for InvalidTitleException
sourceimpl Display for InvalidTitleException
impl Display for InvalidTitleException
sourceimpl Error for InvalidTitleException
impl Error for InvalidTitleException
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<InvalidTitleException> for InvalidTitleException
impl PartialEq<InvalidTitleException> for InvalidTitleException
sourcefn eq(&self, other: &InvalidTitleException) -> bool
fn eq(&self, other: &InvalidTitleException) -> bool
impl StructuralPartialEq for InvalidTitleException
Auto Trait Implementations
impl RefUnwindSafe for InvalidTitleException
impl Send for InvalidTitleException
impl Sync for InvalidTitleException
impl Unpin for InvalidTitleException
impl UnwindSafe for InvalidTitleException
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