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