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