Struct aws_sdk_codecommit::error::CommentDeletedException
source · [−]#[non_exhaustive]pub struct CommentDeletedException { /* private fields */ }Expand description
This comment has already been deleted. You cannot edit or delete a deleted comment.
Implementations
sourceimpl CommentDeletedException
impl CommentDeletedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CommentDeletedException.
Trait Implementations
sourceimpl Clone for CommentDeletedException
impl Clone for CommentDeletedException
sourcefn clone(&self) -> CommentDeletedException
fn clone(&self) -> CommentDeletedException
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 CommentDeletedException
impl Debug for CommentDeletedException
sourceimpl Display for CommentDeletedException
impl Display for CommentDeletedException
sourceimpl Error for CommentDeletedException
impl Error for CommentDeletedException
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<CommentDeletedException> for CommentDeletedException
impl PartialEq<CommentDeletedException> for CommentDeletedException
sourcefn eq(&self, other: &CommentDeletedException) -> bool
fn eq(&self, other: &CommentDeletedException) -> bool
impl StructuralPartialEq for CommentDeletedException
Auto Trait Implementations
impl RefUnwindSafe for CommentDeletedException
impl Send for CommentDeletedException
impl Sync for CommentDeletedException
impl Unpin for CommentDeletedException
impl UnwindSafe for CommentDeletedException
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