pub struct GetCommentInput {
pub comment_id: String,
}Fields§
§comment_id: StringThe unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
Trait Implementations§
Source§impl Clone for GetCommentInput
impl Clone for GetCommentInput
Source§fn clone(&self) -> GetCommentInput
fn clone(&self) -> GetCommentInput
Returns a duplicate 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 Default for GetCommentInput
impl Default for GetCommentInput
Source§fn default() -> GetCommentInput
fn default() -> GetCommentInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetCommentInput
impl PartialEq for GetCommentInput
Source§impl Serialize for GetCommentInput
impl Serialize for GetCommentInput
impl StructuralPartialEq for GetCommentInput
Auto Trait Implementations§
impl Freeze for GetCommentInput
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