pub struct GitAutomationTargetBranchUpdateInput;Trait Implementations§
impl HasInputField<branchPattern, Option<String>> for GitAutomationTargetBranchUpdateInput
impl HasInputField<isRegex, Option<bool>> for GitAutomationTargetBranchUpdateInput
impl InputObjectMarker for GitAutomationTargetBranchUpdateInput
Auto Trait Implementations§
impl Freeze for GitAutomationTargetBranchUpdateInput
impl RefUnwindSafe for GitAutomationTargetBranchUpdateInput
impl Send for GitAutomationTargetBranchUpdateInput
impl Sync for GitAutomationTargetBranchUpdateInput
impl Unpin for GitAutomationTargetBranchUpdateInput
impl UnwindSafe for GitAutomationTargetBranchUpdateInput
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