pub struct IssueCommentCreated { /* private fields */ }
Implementations§
Source§impl IssueCommentCreated
impl IssueCommentCreated
pub fn action<T>(self, value: T) -> Self
pub fn comment<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn issue<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for IssueCommentCreated
impl Clone for IssueCommentCreated
Source§fn clone(&self) -> IssueCommentCreated
fn clone(&self) -> IssueCommentCreated
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 IssueCommentCreated
impl Debug for IssueCommentCreated
Source§impl Default for IssueCommentCreated
impl Default for IssueCommentCreated
Source§impl From<IssueCommentCreated> for IssueCommentCreated
impl From<IssueCommentCreated> for IssueCommentCreated
Source§fn from(value: IssueCommentCreated) -> Self
fn from(value: IssueCommentCreated) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IssueCommentCreated
impl RefUnwindSafe for IssueCommentCreated
impl Send for IssueCommentCreated
impl Sync for IssueCommentCreated
impl Unpin for IssueCommentCreated
impl UnwindSafe for IssueCommentCreated
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