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