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