pub struct pullRequestId;
Trait Implementations§
Source§impl Field for pullRequestId
impl Field for pullRequestId
impl HasInputField<pullRequestId, Id> for EnqueuePullRequestInput
Auto Trait Implementations§
impl Freeze for pullRequestId
impl RefUnwindSafe for pullRequestId
impl Send for pullRequestId
impl Sync for pullRequestId
impl Unpin for pullRequestId
impl UnwindSafe for pullRequestId
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