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