pub struct MarkedAsDuplicateEvent;
Trait Implementations§
Source§impl HasField<__typename> for MarkedAsDuplicateEvent
impl HasField<__typename> for MarkedAsDuplicateEvent
Source§impl HasField<actor> for MarkedAsDuplicateEvent
impl HasField<actor> for MarkedAsDuplicateEvent
Source§impl HasField<canonical> for MarkedAsDuplicateEvent
impl HasField<canonical> for MarkedAsDuplicateEvent
Source§type Type = Option<IssueOrPullRequest>
type Type = Option<IssueOrPullRequest>
The schema marker type of this field.
Source§impl HasField<createdAt> for MarkedAsDuplicateEvent
impl HasField<createdAt> for MarkedAsDuplicateEvent
Source§impl HasField<duplicate> for MarkedAsDuplicateEvent
impl HasField<duplicate> for MarkedAsDuplicateEvent
Source§type Type = Option<IssueOrPullRequest>
type Type = Option<IssueOrPullRequest>
The schema marker type of this field.
Source§impl HasField<id> for MarkedAsDuplicateEvent
impl HasField<id> for MarkedAsDuplicateEvent
Source§impl NamedType for MarkedAsDuplicateEvent
impl NamedType for MarkedAsDuplicateEvent
impl HasSubtype<MarkedAsDuplicateEvent> for IssueTimelineItems
impl HasSubtype<MarkedAsDuplicateEvent> for Node
impl HasSubtype<MarkedAsDuplicateEvent> for PullRequestTimelineItems
Auto Trait Implementations§
impl Freeze for MarkedAsDuplicateEvent
impl RefUnwindSafe for MarkedAsDuplicateEvent
impl Send for MarkedAsDuplicateEvent
impl Sync for MarkedAsDuplicateEvent
impl Unpin for MarkedAsDuplicateEvent
impl UnwindSafe for MarkedAsDuplicateEvent
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