pub struct PullRequestMergeSettings;Trait Implementations§
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 PullRequestMergeSettings
impl RefUnwindSafe for PullRequestMergeSettings
impl Send for PullRequestMergeSettings
impl Sync for PullRequestMergeSettings
impl Unpin for PullRequestMergeSettings
impl UnwindSafe for PullRequestMergeSettings
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