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