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