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