pub struct duplicate;
Trait Implementations§
Source§impl HasField<duplicate> for UnmarkedAsDuplicateEvent
impl HasField<duplicate> for UnmarkedAsDuplicateEvent
Source§type Type = Option<IssueOrPullRequest>
type Type = Option<IssueOrPullRequest>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for duplicate
impl RefUnwindSafe for duplicate
impl Send for duplicate
impl Sync for duplicate
impl Unpin for duplicate
impl UnwindSafe for duplicate
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