pub struct viewerMergeBodyText;
Trait Implementations§
Source§impl Field for viewerMergeBodyText
impl Field for viewerMergeBodyText
Source§impl HasArgument<mergeType> for viewerMergeBodyText
impl HasArgument<mergeType> for viewerMergeBodyText
Source§type ArgumentType = Option<PullRequestMergeMethod>
type ArgumentType = Option<PullRequestMergeMethod>
The schema marker type of this argument.
Source§impl HasField<viewerMergeBodyText> for PullRequest
impl HasField<viewerMergeBodyText> for PullRequest
Auto Trait Implementations§
impl Freeze for viewerMergeBodyText
impl RefUnwindSafe for viewerMergeBodyText
impl Send for viewerMergeBodyText
impl Sync for viewerMergeBodyText
impl Unpin for viewerMergeBodyText
impl UnwindSafe for viewerMergeBodyText
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