pub struct issueRelation;Trait Implementations§
Source§impl Field for issueRelation
impl Field for issueRelation
Source§impl HasArgument<id> for issueRelation
impl HasArgument<id> for issueRelation
Source§impl HasField<issueRelation> for Query
impl HasField<issueRelation> for Query
Source§type Type = IssueRelation
type Type = IssueRelation
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for issueRelation
impl RefUnwindSafe for issueRelation
impl Send for issueRelation
impl Sync for issueRelation
impl Unpin for issueRelation
impl UnwindSafe for issueRelation
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