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