Struct aws_sdk_codecommit::operation::get_comment::GetCommentInput
source · #[non_exhaustive]pub struct GetCommentInput {
pub comment_id: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.comment_id: Option<String>The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
Implementations§
source§impl GetCommentInput
impl GetCommentInput
sourcepub fn comment_id(&self) -> Option<&str>
pub fn comment_id(&self) -> Option<&str>
The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
source§impl GetCommentInput
impl GetCommentInput
sourcepub fn builder() -> GetCommentInputBuilder
pub fn builder() -> GetCommentInputBuilder
Creates a new builder-style object to manufacture GetCommentInput.
Trait Implementations§
source§impl Clone for GetCommentInput
impl Clone for GetCommentInput
source§fn clone(&self) -> GetCommentInput
fn clone(&self) -> GetCommentInput
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 GetCommentInput
impl Debug for GetCommentInput
source§impl PartialEq for GetCommentInput
impl PartialEq for GetCommentInput
source§fn eq(&self, other: &GetCommentInput) -> bool
fn eq(&self, other: &GetCommentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetCommentInput
Auto Trait Implementations§
impl RefUnwindSafe for GetCommentInput
impl Send for GetCommentInput
impl Sync for GetCommentInput
impl Unpin for GetCommentInput
impl UnwindSafe for GetCommentInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.