pub struct mergeMethod;
Trait Implementations§
Source§impl Field for mergeMethod
impl Field for mergeMethod
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.
Auto Trait Implementations§
impl Freeze for mergeMethod
impl RefUnwindSafe for mergeMethod
impl Send for mergeMethod
impl Sync for mergeMethod
impl Unpin for mergeMethod
impl UnwindSafe for mergeMethod
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