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