Struct github_rest::model::issues::events::IssueCommentEvent
source · pub struct IssueCommentEvent {
pub action: IssueAction,
pub changes: Option<CommentChanges>,
pub comment: IssueComment,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§action: IssueAction
§changes: Option<CommentChanges>
§comment: IssueComment
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for IssueCommentEvent
impl AsRef<RepoEventInfo> for IssueCommentEvent
source§fn as_ref(&self) -> &RepoEventInfo
fn as_ref(&self) -> &RepoEventInfo
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for IssueCommentEvent
impl Clone for IssueCommentEvent
source§fn clone(&self) -> IssueCommentEvent
fn clone(&self) -> IssueCommentEvent
Returns a copy 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 IssueCommentEvent
impl Debug for IssueCommentEvent
source§impl Deref for IssueCommentEvent
impl Deref for IssueCommentEvent
source§impl<'de> Deserialize<'de> for IssueCommentEvent
impl<'de> Deserialize<'de> for IssueCommentEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Event<'_> for IssueCommentEvent
impl Event<'_> for IssueCommentEvent
Auto Trait Implementations§
impl RefUnwindSafe for IssueCommentEvent
impl Send for IssueCommentEvent
impl Sync for IssueCommentEvent
impl Unpin for IssueCommentEvent
impl UnwindSafe for IssueCommentEvent
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