pub struct EnablePullRequestAutoMergeInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for EnablePullRequestAutoMergeInput
impl HasInputField<commitBody, Option<String>> for EnablePullRequestAutoMergeInput
impl HasInputField<commitHeadline, Option<String>> for EnablePullRequestAutoMergeInput
impl HasInputField<expectedHeadOid, Option<GitObjectID>> for EnablePullRequestAutoMergeInput
impl HasInputField<mergeMethod, Option<PullRequestMergeMethod>> for EnablePullRequestAutoMergeInput
impl HasInputField<pullRequestId, Id> for EnablePullRequestAutoMergeInput
impl InputObjectMarker for EnablePullRequestAutoMergeInput
Auto Trait Implementations§
impl Freeze for EnablePullRequestAutoMergeInput
impl RefUnwindSafe for EnablePullRequestAutoMergeInput
impl Send for EnablePullRequestAutoMergeInput
impl Sync for EnablePullRequestAutoMergeInput
impl Unpin for EnablePullRequestAutoMergeInput
impl UnwindSafe for EnablePullRequestAutoMergeInput
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