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