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