pub struct DequeuePullRequestInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for DequeuePullRequestInput
impl HasInputField<id, Id> for DequeuePullRequestInput
impl InputObjectMarker for DequeuePullRequestInput
Auto Trait Implementations§
impl Freeze for DequeuePullRequestInput
impl RefUnwindSafe for DequeuePullRequestInput
impl Send for DequeuePullRequestInput
impl Sync for DequeuePullRequestInput
impl Unpin for DequeuePullRequestInput
impl UnwindSafe for DequeuePullRequestInput
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