pub struct mergeQueueMergeMethod;Trait Implementations§
Source§impl Field for mergeQueueMergeMethod
impl Field for mergeQueueMergeMethod
Source§impl HasField<mergeQueueMergeMethod> for PullRequestMergeSettings
impl HasField<mergeQueueMergeMethod> for PullRequestMergeSettings
Source§type Type = Option<PullRequestMergeMethod>
type Type = Option<PullRequestMergeMethod>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for mergeQueueMergeMethod
impl RefUnwindSafe for mergeQueueMergeMethod
impl Send for mergeQueueMergeMethod
impl Sync for mergeQueueMergeMethod
impl Unpin for mergeQueueMergeMethod
impl UnwindSafe for mergeQueueMergeMethod
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