Struct aws_sdk_codecommit::error::NoChangeException
source · [−]#[non_exhaustive]pub struct NoChangeException { /* private fields */ }Expand description
The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.
Implementations
sourceimpl NoChangeException
impl NoChangeException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NoChangeException.
Trait Implementations
sourceimpl Clone for NoChangeException
impl Clone for NoChangeException
sourcefn clone(&self) -> NoChangeException
fn clone(&self) -> NoChangeException
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 NoChangeException
impl Debug for NoChangeException
sourceimpl Display for NoChangeException
impl Display for NoChangeException
sourceimpl Error for NoChangeException
impl Error for NoChangeException
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<NoChangeException> for NoChangeException
impl PartialEq<NoChangeException> for NoChangeException
sourcefn eq(&self, other: &NoChangeException) -> bool
fn eq(&self, other: &NoChangeException) -> bool
impl StructuralPartialEq for NoChangeException
Auto Trait Implementations
impl RefUnwindSafe for NoChangeException
impl Send for NoChangeException
impl Sync for NoChangeException
impl Unpin for NoChangeException
impl UnwindSafe for NoChangeException
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