pub struct GitAutomationState;Trait Implementations§
Source§impl HasField<__typename> for GitAutomationState
impl HasField<__typename> for GitAutomationState
Source§impl HasField<archivedAt> for GitAutomationState
impl HasField<archivedAt> for GitAutomationState
Source§impl HasField<branchPattern> for GitAutomationState
impl HasField<branchPattern> for GitAutomationState
Source§impl HasField<createdAt> for GitAutomationState
impl HasField<createdAt> for GitAutomationState
Source§impl HasField<event> for GitAutomationState
impl HasField<event> for GitAutomationState
Source§type Type = GitAutomationStates
type Type = GitAutomationStates
The schema marker type of this field.
Source§impl HasField<id> for GitAutomationState
impl HasField<id> for GitAutomationState
Source§impl HasField<state> for GitAutomationState
impl HasField<state> for GitAutomationState
Source§type Type = Option<WorkflowState>
type Type = Option<WorkflowState>
The schema marker type of this field.
Source§impl HasField<targetBranch> for GitAutomationState
impl HasField<targetBranch> for GitAutomationState
Source§type Type = Option<GitAutomationTargetBranch>
type Type = Option<GitAutomationTargetBranch>
The schema marker type of this field.
Source§impl HasField<team> for GitAutomationState
impl HasField<team> for GitAutomationState
Source§impl HasField<updatedAt> for GitAutomationState
impl HasField<updatedAt> for GitAutomationState
Source§impl NamedType for GitAutomationState
impl NamedType for GitAutomationState
impl HasSubtype<GitAutomationState> for Node
Auto Trait Implementations§
impl Freeze for GitAutomationState
impl RefUnwindSafe for GitAutomationState
impl Send for GitAutomationState
impl Sync for GitAutomationState
impl Unpin for GitAutomationState
impl UnwindSafe for GitAutomationState
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