pub struct automationStates;Trait Implementations§
Source§impl Field for automationStates
impl Field for automationStates
Source§impl HasArgument<after> for automationStates
impl HasArgument<after> for automationStates
Source§impl HasArgument<before> for automationStates
impl HasArgument<before> for automationStates
Source§impl HasArgument<first> for automationStates
impl HasArgument<first> for automationStates
Source§impl HasArgument<last> for automationStates
impl HasArgument<last> for automationStates
Source§impl HasArgument<orderBy> for automationStates
impl HasArgument<orderBy> for automationStates
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<automationStates> for GitAutomationTargetBranch
impl HasField<automationStates> for GitAutomationTargetBranch
Source§type Type = GitAutomationStateConnection
type Type = GitAutomationStateConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for automationStates
impl RefUnwindSafe for automationStates
impl Send for automationStates
impl Sync for automationStates
impl Unpin for automationStates
impl UnwindSafe for automationStates
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