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