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