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