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