pub struct CommentDeletedEvent;
Trait Implementations§
Source§impl HasField<__typename> for CommentDeletedEvent
impl HasField<__typename> for CommentDeletedEvent
Source§impl HasField<actor> for CommentDeletedEvent
impl HasField<actor> for CommentDeletedEvent
Source§impl HasField<createdAt> for CommentDeletedEvent
impl HasField<createdAt> for CommentDeletedEvent
Source§impl HasField<databaseId> for CommentDeletedEvent
impl HasField<databaseId> for CommentDeletedEvent
Source§impl HasField<id> for CommentDeletedEvent
impl HasField<id> for CommentDeletedEvent
Source§impl NamedType for CommentDeletedEvent
impl NamedType for CommentDeletedEvent
impl HasSubtype<CommentDeletedEvent> for IssueTimelineItems
impl HasSubtype<CommentDeletedEvent> for Node
impl HasSubtype<CommentDeletedEvent> for PullRequestTimelineItems
Auto Trait Implementations§
impl Freeze for CommentDeletedEvent
impl RefUnwindSafe for CommentDeletedEvent
impl Send for CommentDeletedEvent
impl Sync for CommentDeletedEvent
impl Unpin for CommentDeletedEvent
impl UnwindSafe for CommentDeletedEvent
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