Struct aws_sdk_connectcases::model::CommentContent
source · [−]#[non_exhaustive]pub struct CommentContent { /* private fields */ }
Expand description
Represents the content of a Comment
to be returned to agents.
Implementations
sourceimpl CommentContent
impl CommentContent
sourcepub fn content_type(&self) -> Option<&CommentBodyTextType>
pub fn content_type(&self) -> Option<&CommentBodyTextType>
Type of the text in the box of a Comment
on a case.
sourceimpl CommentContent
impl CommentContent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CommentContent
.
Trait Implementations
sourceimpl Clone for CommentContent
impl Clone for CommentContent
sourcefn clone(&self) -> CommentContent
fn clone(&self) -> CommentContent
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 CommentContent
impl Debug for CommentContent
sourceimpl PartialEq<CommentContent> for CommentContent
impl PartialEq<CommentContent> for CommentContent
sourcefn eq(&self, other: &CommentContent) -> bool
fn eq(&self, other: &CommentContent) -> bool
impl StructuralPartialEq for CommentContent
Auto Trait Implementations
impl RefUnwindSafe for CommentContent
impl Send for CommentContent
impl Sync for CommentContent
impl Unpin for CommentContent
impl UnwindSafe for CommentContent
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