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