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