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