pub struct DisablePullRequestAutoMergeInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for DisablePullRequestAutoMergeInput
impl HasInputField<pullRequestId, Id> for DisablePullRequestAutoMergeInput
impl InputObjectMarker for DisablePullRequestAutoMergeInput
Auto Trait Implementations§
impl Freeze for DisablePullRequestAutoMergeInput
impl RefUnwindSafe for DisablePullRequestAutoMergeInput
impl Send for DisablePullRequestAutoMergeInput
impl Sync for DisablePullRequestAutoMergeInput
impl Unpin for DisablePullRequestAutoMergeInput
impl UnwindSafe for DisablePullRequestAutoMergeInput
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