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