pub struct AutoMergeRequest;
Trait Implementations§
Source§impl HasField<__typename> for AutoMergeRequest
impl HasField<__typename> for AutoMergeRequest
Source§impl HasField<commitBody> for AutoMergeRequest
impl HasField<commitBody> for AutoMergeRequest
Source§impl HasField<commitHeadline> for AutoMergeRequest
impl HasField<commitHeadline> for AutoMergeRequest
Source§impl HasField<enabledAt> for AutoMergeRequest
impl HasField<enabledAt> for AutoMergeRequest
Source§impl HasField<enabledBy> for AutoMergeRequest
impl HasField<enabledBy> for AutoMergeRequest
Source§impl HasField<mergeMethod> for AutoMergeRequest
impl HasField<mergeMethod> for AutoMergeRequest
Source§type Type = PullRequestMergeMethod
type Type = PullRequestMergeMethod
The schema marker type of this field.
Source§impl HasField<pullRequest> for AutoMergeRequest
impl HasField<pullRequest> for AutoMergeRequest
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AutoMergeRequest
impl RefUnwindSafe for AutoMergeRequest
impl Send for AutoMergeRequest
impl Sync for AutoMergeRequest
impl Unpin for AutoMergeRequest
impl UnwindSafe for AutoMergeRequest
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