pub struct updatePullRequestBranch;
Trait Implementations§
Source§impl Field for updatePullRequestBranch
impl Field for updatePullRequestBranch
Source§impl HasArgument<input> for updatePullRequestBranch
impl HasArgument<input> for updatePullRequestBranch
Source§type ArgumentType = UpdatePullRequestBranchInput
type ArgumentType = UpdatePullRequestBranchInput
The schema marker type of this argument.
Source§impl HasField<updatePullRequestBranch> for Mutation
impl HasField<updatePullRequestBranch> for Mutation
Source§type Type = Option<UpdatePullRequestBranchPayload>
type Type = Option<UpdatePullRequestBranchPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updatePullRequestBranch
impl RefUnwindSafe for updatePullRequestBranch
impl Send for updatePullRequestBranch
impl Sync for updatePullRequestBranch
impl Unpin for updatePullRequestBranch
impl UnwindSafe for updatePullRequestBranch
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