pub struct mergeMethod;
Trait Implementations§
Source§impl Field for mergeMethod
impl Field for mergeMethod
impl HasInputField<mergeMethod, Option<PullRequestMergeMethod>> for MergePullRequestInput
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