pub struct GitAutomationTargetBranch;Trait Implementations§
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.
Source§impl HasField<id> for GitAutomationTargetBranch
impl HasField<id> for GitAutomationTargetBranch
Source§impl HasField<isRegex> for GitAutomationTargetBranch
impl HasField<isRegex> for GitAutomationTargetBranch
Source§impl HasField<team> for GitAutomationTargetBranch
impl HasField<team> for GitAutomationTargetBranch
impl HasSubtype<GitAutomationTargetBranch> for Node
Auto Trait Implementations§
impl Freeze for GitAutomationTargetBranch
impl RefUnwindSafe for GitAutomationTargetBranch
impl Send for GitAutomationTargetBranch
impl Sync for GitAutomationTargetBranch
impl Unpin for GitAutomationTargetBranch
impl UnwindSafe for GitAutomationTargetBranch
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