pub struct CommitCommentCreatedComment { /* private fields */ }
Implementations§
Source§impl CommitCommentCreatedComment
impl CommitCommentCreatedComment
pub fn body<T>(self, value: T) -> Self
pub fn commit_id<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn line<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn path<T>(self, value: T) -> Self
pub fn position<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
pub fn user<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CommitCommentCreatedComment
impl Clone for CommitCommentCreatedComment
Source§fn clone(&self) -> CommitCommentCreatedComment
fn clone(&self) -> CommitCommentCreatedComment
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 CommitCommentCreatedComment
impl Debug for CommitCommentCreatedComment
Source§impl From<CommitCommentCreatedComment> for CommitCommentCreatedComment
impl From<CommitCommentCreatedComment> for CommitCommentCreatedComment
Source§fn from(value: CommitCommentCreatedComment) -> Self
fn from(value: CommitCommentCreatedComment) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommitCommentCreatedComment
impl RefUnwindSafe for CommitCommentCreatedComment
impl Send for CommitCommentCreatedComment
impl Sync for CommitCommentCreatedComment
impl Unpin for CommitCommentCreatedComment
impl UnwindSafe for CommitCommentCreatedComment
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