pub struct IssueHistoryEdge;Trait Implementations§
Source§impl HasField<__typename> for IssueHistoryEdge
impl HasField<__typename> for IssueHistoryEdge
Source§impl HasField<cursor> for IssueHistoryEdge
impl HasField<cursor> for IssueHistoryEdge
Source§impl HasField<node> for IssueHistoryEdge
impl HasField<node> for IssueHistoryEdge
Source§type Type = IssueHistory
type Type = IssueHistory
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for IssueHistoryEdge
impl RefUnwindSafe for IssueHistoryEdge
impl Send for IssueHistoryEdge
impl Sync for IssueHistoryEdge
impl Unpin for IssueHistoryEdge
impl UnwindSafe for IssueHistoryEdge
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