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