pub struct GitAutomationStateEdge;Trait Implementations§
Source§impl HasField<__typename> for GitAutomationStateEdge
impl HasField<__typename> for GitAutomationStateEdge
Source§impl HasField<cursor> for GitAutomationStateEdge
impl HasField<cursor> for GitAutomationStateEdge
Source§impl HasField<node> for GitAutomationStateEdge
impl HasField<node> for GitAutomationStateEdge
Source§type Type = GitAutomationState
type Type = GitAutomationState
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for GitAutomationStateEdge
impl RefUnwindSafe for GitAutomationStateEdge
impl Send for GitAutomationStateEdge
impl Sync for GitAutomationStateEdge
impl Unpin for GitAutomationStateEdge
impl UnwindSafe for GitAutomationStateEdge
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