pub struct convertPullRequestToDraft;Trait Implementations§
Source§impl Field for convertPullRequestToDraft
impl Field for convertPullRequestToDraft
Source§impl HasArgument<input> for convertPullRequestToDraft
impl HasArgument<input> for convertPullRequestToDraft
Source§type ArgumentType = ConvertPullRequestToDraftInput
type ArgumentType = ConvertPullRequestToDraftInput
The schema marker type of this argument.
Source§impl HasField<convertPullRequestToDraft> for Mutation
impl HasField<convertPullRequestToDraft> for Mutation
Source§type Type = Option<ConvertPullRequestToDraftPayload>
type Type = Option<ConvertPullRequestToDraftPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for convertPullRequestToDraft
impl RefUnwindSafe for convertPullRequestToDraft
impl Send for convertPullRequestToDraft
impl Sync for convertPullRequestToDraft
impl Unpin for convertPullRequestToDraft
impl UnwindSafe for convertPullRequestToDraft
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