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