Struct aws_sdk_ssm::types::DocumentReviewCommentSource
source · #[non_exhaustive]pub struct DocumentReviewCommentSource { /* private fields */ }
Expand description
Information about comments added to a document review request.
Implementations§
source§impl DocumentReviewCommentSource
impl DocumentReviewCommentSource
sourcepub fn type(&self) -> Option<&DocumentReviewCommentType>
pub fn type(&self) -> Option<&DocumentReviewCommentType>
The type of information added to a review request. Currently, only the value Comment
is supported.
source§impl DocumentReviewCommentSource
impl DocumentReviewCommentSource
sourcepub fn builder() -> DocumentReviewCommentSourceBuilder
pub fn builder() -> DocumentReviewCommentSourceBuilder
Creates a new builder-style object to manufacture DocumentReviewCommentSource
.
Trait Implementations§
source§impl Clone for DocumentReviewCommentSource
impl Clone for DocumentReviewCommentSource
source§fn clone(&self) -> DocumentReviewCommentSource
fn clone(&self) -> DocumentReviewCommentSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DocumentReviewCommentSource
impl Debug for DocumentReviewCommentSource
source§impl PartialEq<DocumentReviewCommentSource> for DocumentReviewCommentSource
impl PartialEq<DocumentReviewCommentSource> for DocumentReviewCommentSource
source§fn eq(&self, other: &DocumentReviewCommentSource) -> bool
fn eq(&self, other: &DocumentReviewCommentSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DocumentReviewCommentSource
Auto Trait Implementations§
impl RefUnwindSafe for DocumentReviewCommentSource
impl Send for DocumentReviewCommentSource
impl Sync for DocumentReviewCommentSource
impl Unpin for DocumentReviewCommentSource
impl UnwindSafe for DocumentReviewCommentSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more