pub struct Label;
Trait Implementations§
Source§impl HasField<__typename> for Label
impl HasField<__typename> for Label
Source§impl HasField<description> for Label
impl HasField<description> for Label
Source§impl HasField<issues> for Label
impl HasField<issues> for Label
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<pullRequests> for Label
impl HasField<pullRequests> for Label
Source§type Type = PullRequestConnection
type Type = PullRequestConnection
The schema marker type of this field.
Source§impl HasField<repository> for Label
impl HasField<repository> for Label
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for Label
impl HasField<resourcePath> for Label
impl HasSubtype<Label> for Node
Auto Trait Implementations§
impl Freeze for Label
impl RefUnwindSafe for Label
impl Send for Label
impl Sync for Label
impl Unpin for Label
impl UnwindSafe for Label
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