pub struct DiscussionCommentEditedComment { /* private fields */ }
Implementations§
Source§impl DiscussionCommentEditedComment
impl DiscussionCommentEditedComment
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 DiscussionCommentEditedComment
impl Clone for DiscussionCommentEditedComment
Source§fn clone(&self) -> DiscussionCommentEditedComment
fn clone(&self) -> DiscussionCommentEditedComment
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<DiscussionCommentEditedComment> for DiscussionCommentEditedComment
impl From<DiscussionCommentEditedComment> for DiscussionCommentEditedComment
Source§fn from(value: DiscussionCommentEditedComment) -> Self
fn from(value: DiscussionCommentEditedComment) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiscussionCommentEditedComment
impl RefUnwindSafe for DiscussionCommentEditedComment
impl Send for DiscussionCommentEditedComment
impl Sync for DiscussionCommentEditedComment
impl Unpin for DiscussionCommentEditedComment
impl UnwindSafe for DiscussionCommentEditedComment
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