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