pub struct targetBranchId;Trait Implementations§
Source§impl Field for targetBranchId
impl Field for targetBranchId
impl HasInputField<targetBranchId, Option<String>> for GitAutomationStateUpdateInput
Auto Trait Implementations§
impl Freeze for targetBranchId
impl RefUnwindSafe for targetBranchId
impl Send for targetBranchId
impl Sync for targetBranchId
impl Unpin for targetBranchId
impl UnwindSafe for targetBranchId
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