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