pub struct GitAutomationStateUpdateInput;Trait Implementations§
impl HasInputField<event, Option<GitAutomationStates>> for GitAutomationStateUpdateInput
impl HasInputField<stateId, Option<String>> for GitAutomationStateUpdateInput
impl HasInputField<targetBranchId, Option<String>> for GitAutomationStateUpdateInput
impl InputObjectMarker for GitAutomationStateUpdateInput
Auto Trait Implementations§
impl Freeze for GitAutomationStateUpdateInput
impl RefUnwindSafe for GitAutomationStateUpdateInput
impl Send for GitAutomationStateUpdateInput
impl Sync for GitAutomationStateUpdateInput
impl Unpin for GitAutomationStateUpdateInput
impl UnwindSafe for GitAutomationStateUpdateInput
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