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