Struct aws_sdk_workdocs::model::CommentMetadata
source · [−]#[non_exhaustive]pub struct CommentMetadata { /* private fields */ }
Expand description
Describes the metadata of a comment.
Implementations
sourceimpl CommentMetadata
impl CommentMetadata
sourcepub fn comment_id(&self) -> Option<&str>
pub fn comment_id(&self) -> Option<&str>
The ID of the comment.
sourcepub fn contributor(&self) -> Option<&User>
pub fn contributor(&self) -> Option<&User>
The user who made the comment.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The timestamp that the comment was created.
sourcepub fn comment_status(&self) -> Option<&CommentStatusType>
pub fn comment_status(&self) -> Option<&CommentStatusType>
The status of the comment.
sourcepub fn recipient_id(&self) -> Option<&str>
pub fn recipient_id(&self) -> Option<&str>
The ID of the user being replied to.
sourceimpl CommentMetadata
impl CommentMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CommentMetadata
.
Trait Implementations
sourceimpl Clone for CommentMetadata
impl Clone for CommentMetadata
sourcefn clone(&self) -> CommentMetadata
fn clone(&self) -> CommentMetadata
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 CommentMetadata
impl Debug for CommentMetadata
sourceimpl PartialEq<CommentMetadata> for CommentMetadata
impl PartialEq<CommentMetadata> for CommentMetadata
sourcefn eq(&self, other: &CommentMetadata) -> bool
fn eq(&self, other: &CommentMetadata) -> bool
impl StructuralPartialEq for CommentMetadata
Auto Trait Implementations
impl RefUnwindSafe for CommentMetadata
impl Send for CommentMetadata
impl Sync for CommentMetadata
impl Unpin for CommentMetadata
impl UnwindSafe for CommentMetadata
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