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