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